#596682

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

Shades of Kashmir Blue #596682

Tints of Kashmir Blue #596682

Color information

#596682 (or 0x596682) is unknown color: approx Kashmir Blue. HEX triplet: 59, 66 and 82. RGB value is (89,102,130). Sum of RGB (Red+Green+Blue) = 89+102+130=321 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.73% from 321); Green value is 102 (40.23% from 255 or 31.78% from 321); Blue value is 130 (51.17% from 255 or 40.50% from 321); Max value from RGB is 130 - color contains mainly: blue. Hex color #596682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596682 is #A6997D. Grayscale: #656565. Windows color (decimal): -10918270 or 8545881. OLE color: 8545881.

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

Color convert

RGB89102130-
CMYK0.320.2200.49
HSL220.98º18.72%42.94%-
HSV(B)220.98º31.54%50.98%-
XYZ12.913.2422.99-
YUV101.3144.19119.22-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.73%
GREEN value IS 102 (40.23% from 255) = 31.78%
BLUE value IS 130 (51.17% from 255) = 40.50%
R=27.73%
G=31.78%
B=40.50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal891021300.320.2200.49220.9818.7242.94
Hex5966822016031dd132b
Octal13114620240260613352353
Binary10110011100110100000101000001011001100011101110110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596682; }

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

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

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

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

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

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

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

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