#596880

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

Shades of Kashmir Blue #596880

Tints of Kashmir Blue #596880

Color information

#596880 (or 0x596880) is unknown color: approx Kashmir Blue. HEX triplet: 59, 68 and 80. RGB value is (89,104,128). Sum of RGB (Red+Green+Blue) = 89+104+128=321 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.73% from 321); Green value is 104 (41.02% from 255 or 32.40% from 321); Blue value is 128 (50.39% from 255 or 39.88% from 321); Max value from RGB is 128 - color contains mainly: blue. Hex color #596880 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596880 is #A6977F. Grayscale: #666666. Windows color (decimal): -10917760 or 8415321. OLE color: 8415321.

HSL color Cylindrical-coordinate representation of color #596880: hue angle of 216.92º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #596880 is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB89104128-
CMYK0.300.1900.50
HSL216.92º17.97%42.55%-
HSV(B)216.92º30.47%50.2%-
XYZ12.9713.5822.36-
YUV102.25142.53118.55-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.73%
GREEN value IS 104 (41.02% from 255) = 32.40%
BLUE value IS 128 (50.39% from 255) = 39.88%
R=27.73%
G=32.40%
B=39.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal891041280.300.1900.50216.9217.9742.55
Hex5968801E13032d9122b
Octal13115020036230623312253
Binary1011001110100010000000111101001101100101101100110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596880; }

 p { color: rgb(89,104,128); }

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

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

 a { background-color: rgb(89,104,128); }

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

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

 span { border-color: rgb(89,104,128); }

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