#526287

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

Shades of Kashmir Blue #526287

Tints of Kashmir Blue #526287

Color information

#526287 (or 0x526287) is unknown color: approx Kashmir Blue. HEX triplet: 52, 62 and 87. RGB value is (82,98,135). Sum of RGB (Red+Green+Blue) = 82+98+135=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 135 (53.12% from 255 or 42.86% from 315); Max value from RGB is 135 - color contains mainly: blue. Hex color #526287 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526287 is #AD9D78. Grayscale: #616161. Windows color (decimal): -11378041 or 8872530. OLE color: 8872530.

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

Color convert

RGB8298135-
CMYK0.390.2700.47
HSL221.89º24.42%42.55%-
HSV(B)221.89º39.26%52.94%-
XYZ12.2212.2824.65-
YUV97.43149.2116.99-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.03%
GREEN value IS 98 (38.67% from 255) = 31.11%
BLUE value IS 135 (53.12% from 255) = 42.86%
R=26.03%
G=31.11%
B=42.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82981350.390.2700.47221.8924.4242.55
Hex526287271B02Fde182b
Octal12214220747330573363053
Binary10100101100010100001111001111101101011111101111011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526287; }

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

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

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

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

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

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

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

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