#526189

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

Shades of Kashmir Blue #526189

Tints of Kashmir Blue #526189

Color information

#526189 (or 0x526189) is unknown color: approx Kashmir Blue. HEX triplet: 52, 61 and 89. RGB value is (82,97,137). Sum of RGB (Red+Green+Blue) = 82+97+137=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 137 (53.91% from 255 or 43.35% from 316); Max value from RGB is 137 - color contains mainly: blue. Hex color #526189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526189 is #AD9E76. Grayscale: #606060. Windows color (decimal): -11378295 or 9003346. OLE color: 9003346.

HSL color Cylindrical-coordinate representation of color #526189: hue angle of 223.64º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #526189 is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8297137-
CMYK0.400.2900.46
HSL223.64º25.11%42.94%-
HSV(B)223.64º40.15%53.73%-
XYZ12.2712.1525.37-
YUV97.07150.53117.25-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.95%
GREEN value IS 97 (38.28% from 255) = 30.70%
BLUE value IS 137 (53.91% from 255) = 43.35%
R=25.95%
G=30.70%
B=43.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal82971370.400.2900.46223.6425.1142.94
Hex526189281D02Ee0192b
Octal12214121150350563403153
Binary10100101100001100010011010001110101011101110000011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526189; }

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

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

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

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

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

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

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

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