Html Css Color HEX #526687 Kashmir Blue

📋 copy color: '#526687'

red 82 ◦ green 102 ◦ blue 135

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

Shades of Kashmir Blue #526687

Tints of Kashmir Blue #526687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 42.32%

R = 25.71%
G = 31.97%
B = 42.32%

CMYK

 C value IS 0.39

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#526687 (or 0x526687) is known color: Kashmir Blue. HEX triplet: 52, 66 and 87. RGB value is (82,102,135). Sum of RGB (Red+Green+Blue) = 82+102+135=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 135 (53.12% from 255 or 42.32% from 319); Max value from RGB is 135 - color contains mainly: blue. Hex color #526687 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526687 is #AD9978. Grayscale: #636363. Windows color (decimal): -11377017 or 8873554. OLE color: 8873554.

HSL color Cylindrical-coordinate representation of color #526687: hue angle of 217.36º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #526687 is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 102 135 -
CMYK 0.39 0.24 0 0.47
HSL 217.36º 0.24% 0.43% -
HSV(B) 217.36º 0.39% 0.53% -
XYZ 12.6 13.05 24.78 -
YUV 99.78 147.87 115.32 -
System Red Green Blue C M Y K H S L
Decimal 82 102 135 0.39 0.24 0 0.47 217.36 0.24 0.43
Hex 52 66 87 27 18 0 2F D9 18 2B
Octal 122 146 207 47 30 0 57 331 30 53
Binary 1010010 1100110 10000111 100111 11000 0 101111 11011001 11000 101011

Color Harmonies of #526687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526687

Black with #526687

Text Example


Text Example

White with #526687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526687; }

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

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

background-color css

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

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

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

border-color css

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

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

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