Html Css Color HEX #526691 Kashmir Blue

📋 copy color: '#526691'

red 82 ◦ green 102 ◦ blue 145

#526691
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kashmir Blue #526691

Tints of Kashmir Blue #526691

RGB

 RED value IS 82 (32.42% from 255) = 24.92%

 GREEN value IS 102 (40.23% from 255) = 31%

 BLUE value IS 145 (57.03% from 255) = 44.07%

R = 24.92%
G = 31%
B = 44.07%

CMYK

 C value IS 0.43

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#526691 (or 0x526691) is known color: Kashmir Blue. HEX triplet: 52, 66 and 91. RGB value is (82,102,145). Sum of RGB (Red+Green+Blue) = 82+102+145=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 145 (57.03% from 255 or 44.07% from 329); Max value from RGB is 145 - color contains mainly: blue. Hex color #526691 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526691 is #AD996E. Grayscale: #646464. Windows color (decimal): -11377007 or 9528914. OLE color: 9528914.

HSL color Cylindrical-coordinate representation of color #526691: hue angle of 220.95º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #526691 is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 102 145 -
CMYK 0.43 0.30 0 0.43
HSL 220.95º 0.28% 0.45% -
HSV(B) 220.95º 0.43% 0.57% -
XYZ 13.34 13.34 28.66 -
YUV 100.92 152.87 114.5 -
System Red Green Blue C M Y K H S L
Decimal 82 102 145 0.43 0.30 0 0.43 220.95 0.28 0.45
Hex 52 66 91 2B 1E 0 2B DD 1C 2D
Octal 122 146 221 53 36 0 53 335 34 55
Binary 1010010 1100110 10010001 101011 11110 0 101011 11011101 11100 101101

Color Harmonies of #526691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526691

Black with #526691

Text Example


Text Example

White with #526691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526691; }

 p { color: rgb(82,102,145); }

 H1.HeaderClassName
 {
   color: #526691;
 }
 .AnyTagClassName
 {
   color: #526691;
 }
</style>

background-color css

<style>
 a { background-color: #526691; }

 a { background-color: rgb(82,102,145); }

 div.DivClassName
 {
   background-color: #526691;
 }
 .BgClassName
 {
   background-color: #526691;
 }
</style>

border-color css

<style>
 span { border-color: #526691; }

 span { border-color: rgb(82,102,145); }

 td.TdClassName
 {
   border-color: #526691;
 }
 .TagClassName
 {
   border-color: #526691;
 }
</style>