#596981

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

Shades of Kashmir Blue #596981

Tints of Kashmir Blue #596981

Color information

#596981 (or 0x596981) is unknown color: approx Kashmir Blue. HEX triplet: 59, 69 and 81. RGB value is (89,105,129). Sum of RGB (Red+Green+Blue) = 89+105+129=323 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.55% from 323); Green value is 105 (41.41% from 255 or 32.51% from 323); Blue value is 129 (50.78% from 255 or 39.94% from 323); Max value from RGB is 129 - color contains mainly: blue. Hex color #596981 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596981 is #A6967E. Grayscale: #666666. Windows color (decimal): -10917503 or 8481113. OLE color: 8481113.

HSL color Cylindrical-coordinate representation of color #596981: hue angle of 216º 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 #596981 is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB89105129-
CMYK0.310.1900.49
HSL216º18.35%42.75%-
HSV(B)216º31.01%50.59%-
XYZ13.1313.8122.74-
YUV102.95142.7118.05-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.55%
GREEN value IS 105 (41.41% from 255) = 32.51%
BLUE value IS 129 (50.78% from 255) = 39.94%
R=27.55%
G=32.51%
B=39.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal891051290.310.1900.4921618.3542.75
Hex5969811F13031d8122b
Octal13115120137230613302253
Binary1011001110100110000001111111001101100011101100010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596981; }

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

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

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

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

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

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

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

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