#525F87

Color #525F87 Kashmir Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kashmir Blue #525F87

Tints of Kashmir Blue #525F87

Color information

#525F87 (or 0x525F87) is unknown color: approx Kashmir Blue. HEX triplet: 52, 5F and 87. RGB value is (82,95,135). Sum of RGB (Red+Green+Blue) = 82+95+135=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 95 (37.5% from 255 or 30.45% from 312); Blue value is 135 (53.12% from 255 or 43.27% from 312); Max value from RGB is 135 - color contains mainly: blue. Hex color #525F87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525F87 is #ADA078. Grayscale: #5F5F5F. Windows color (decimal): -11378809 or 8871762. OLE color: 8871762.

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

Color convert

RGB8295135-
CMYK0.390.3000.47
HSL225.28º24.42%42.55%-
HSV(B)225.28º39.26%52.94%-
XYZ11.9511.7324.56-
YUV95.67150.19118.25-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.28%
GREEN value IS 95 (37.5% from 255) = 30.45%
BLUE value IS 135 (53.12% from 255) = 43.27%
R=26.28%
G=30.45%
B=43.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82951350.390.3000.47225.2824.4242.55
Hex525F87271E02Fe1182b
Octal12213720747360573413053
Binary10100101011111100001111001111111001011111110000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525F87; }

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

 H1.HeaderClassName
 {
   color: #525F87;
 }
 .AnyTagClassName
 {
   color: #525F87;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #525F87;
 }
 .BgClassName
 {
   background-color: #525F87;
 }
</style>
border-color css

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

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

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