Html Css Color HEX #526C91 Kashmir Blue

📋 copy color: '#526C91'

red 82 ◦ green 108 ◦ blue 145

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

Shades of Kashmir Blue #526C91

Tints of Kashmir Blue #526C91

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.24%

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

R = 24.48%
G = 32.24%
B = 43.28%

CMYK

 C value IS 0.43

 M value IS 0.26

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#526C91 (or 0x526C91) is known color: Kashmir Blue. HEX triplet: 52, 6C and 91. RGB value is (82,108,145). Sum of RGB (Red+Green+Blue) = 82+108+145=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 145 (57.03% from 255 or 43.28% from 335); Max value from RGB is 145 - color contains mainly: blue. Hex color #526C91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526C91 is #AD936E. Grayscale: #686868. Windows color (decimal): -11375471 or 9530450. OLE color: 9530450.

HSL color Cylindrical-coordinate representation of color #526C91: hue angle of 215.24º 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 #526C91 is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 108 145 -
CMYK 0.43 0.26 0 0.43
HSL 215.24º 0.28% 0.45% -
HSV(B) 215.24º 0.43% 0.57% -
XYZ 13.95 14.56 28.86 -
YUV 104.44 150.89 111.99 -
System Red Green Blue C M Y K H S L
Decimal 82 108 145 0.43 0.26 0 0.43 215.24 0.28 0.45
Hex 52 6C 91 2B 1A 0 2B D7 1C 2D
Octal 122 154 221 53 32 0 53 327 34 55
Binary 1010010 1101100 10010001 101011 11010 0 101011 11010111 11100 101101

Color Harmonies of #526C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526C91

Black with #526C91

Text Example


Text Example

White with #526C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526C91; }

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

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

background-color css

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

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

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

border-color css

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

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

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