#596982

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

Shades of Kashmir Blue #596982

Tints of Kashmir Blue #596982

Color information

#596982 (or 0x596982) is unknown color: approx Kashmir Blue. HEX triplet: 59, 69 and 82. RGB value is (89,105,130). Sum of RGB (Red+Green+Blue) = 89+105+130=324 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.47% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 130 - color contains mainly: blue. Hex color #596982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596982 is #A6967D. Grayscale: #666666. Windows color (decimal): -10917502 or 8546649. OLE color: 8546649.

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

Color convert

RGB89105130-
CMYK0.320.1900.49
HSL216.59º18.72%42.94%-
HSV(B)216.59º31.54%50.98%-
XYZ13.213.8423.09-
YUV103.07143.2117.97-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.47%
GREEN value IS 105 (41.41% from 255) = 32.41%
BLUE value IS 130 (51.17% from 255) = 40.12%
R=27.47%
G=32.41%
B=40.12%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal891051300.320.1900.49216.5918.7242.94
Hex5969822013031d9132b
Octal13115120240230613312353
Binary10110011101001100000101000001001101100011101100110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596982; }

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

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

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

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

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

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

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

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