#526187

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

Shades of Kashmir Blue #526187

Tints of Kashmir Blue #526187

Color information

#526187 (or 0x526187) is unknown color: approx Kashmir Blue. HEX triplet: 52, 61 and 87. RGB value is (82,97,135). Sum of RGB (Red+Green+Blue) = 82+97+135=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 135 (53.12% from 255 or 42.99% from 314); Max value from RGB is 135 - color contains mainly: blue. Hex color #526187 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526187 is #AD9E78. Grayscale: #606060. Windows color (decimal): -11378297 or 8872274. OLE color: 8872274.

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

Color convert

RGB8297135-
CMYK0.390.2800.47
HSL223.02º24.42%42.55%-
HSV(B)223.02º39.26%52.94%-
XYZ12.1312.0924.62-
YUV96.85149.53117.41-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.11%
GREEN value IS 97 (38.28% from 255) = 30.89%
BLUE value IS 135 (53.12% from 255) = 42.99%
R=26.11%
G=30.89%
B=42.99%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82971350.390.2800.47223.0224.4242.55
Hex526187271C02Fdf182b
Octal12214120747340573373053
Binary10100101100001100001111001111110001011111101111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526187; }

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

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

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

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

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

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

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

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