Html Css Color HEX #526887 Kashmir Blue

📋 copy color: '#526887'

red 82 ◦ green 104 ◦ blue 135

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

Shades of Kashmir Blue #526887

Tints of Kashmir Blue #526887

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.4%

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

R = 25.55%
G = 32.4%
B = 42.06%

CMYK

 C value IS 0.39

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#526887 (or 0x526887) is known color: Kashmir Blue. HEX triplet: 52, 68 and 87. RGB value is (82,104,135). Sum of RGB (Red+Green+Blue) = 82+104+135=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 104 (41.02% from 255 or 32.40% from 321); Blue value is 135 (53.12% from 255 or 42.06% from 321); Max value from RGB is 135 - color contains mainly: blue. Hex color #526887 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526887 is #AD9778. Grayscale: #646464. Windows color (decimal): -11376505 or 8874066. OLE color: 8874066.

HSL color Cylindrical-coordinate representation of color #526887: hue angle of 215.09º 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 #526887 is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 104 135 -
CMYK 0.39 0.23 0 0.47
HSL 215.09º 0.24% 0.43% -
HSV(B) 215.09º 0.39% 0.53% -
XYZ 12.8 13.44 24.84 -
YUV 100.96 147.21 114.48 -
System Red Green Blue C M Y K H S L
Decimal 82 104 135 0.39 0.23 0 0.47 215.09 0.24 0.43
Hex 52 68 87 27 17 0 2F D7 18 2B
Octal 122 150 207 47 27 0 57 327 30 53
Binary 1010010 1101000 10000111 100111 10111 0 101111 11010111 11000 101011

Color Harmonies of #526887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526887

Black with #526887

Text Example


Text Example

White with #526887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526887; }

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

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

background-color css

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

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

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

border-color css

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

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

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