#596381

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

Shades of Kashmir Blue #596381

Tints of Kashmir Blue #596381

Color information

#596381 (or 0x596381) is unknown color: approx Kashmir Blue. HEX triplet: 59, 63 and 81. RGB value is (89,99,129). Sum of RGB (Red+Green+Blue) = 89+99+129=317 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.08% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 129 (50.78% from 255 or 40.69% from 317); Max value from RGB is 129 - color contains mainly: blue. Hex color #596381 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596381 is #A69C7E. Grayscale: #636363. Windows color (decimal): -10919039 or 8479577. OLE color: 8479577.

HSL color Cylindrical-coordinate representation of color #596381: hue angle of 225º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #596381 is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8999129-
CMYK0.310.2300.49
HSL225º18.35%42.75%-
HSV(B)225º31.01%50.59%-
XYZ12.5412.6322.55-
YUV99.43144.69120.56-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.08%
GREEN value IS 99 (39.06% from 255) = 31.23%
BLUE value IS 129 (50.78% from 255) = 40.69%
R=28.08%
G=31.23%
B=40.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal89991290.310.2300.4922518.3542.75
Hex5963811F17031e1122b
Octal13114320137270613412253
Binary1011001110001110000001111111011101100011110000110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596381; }

 p { color: rgb(89,99,129); }

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

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

 a { background-color: rgb(89,99,129); }

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

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

 span { border-color: rgb(89,99,129); }

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