#596683

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

Shades of Kashmir Blue #596683

Tints of Kashmir Blue #596683

Color information

#596683 (or 0x596683) is unknown color: approx Kashmir Blue. HEX triplet: 59, 66 and 83. RGB value is (89,102,131). Sum of RGB (Red+Green+Blue) = 89+102+131=322 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.64% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 131 (51.56% from 255 or 40.68% from 322); Max value from RGB is 131 - color contains mainly: blue. Hex color #596683 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596683 is #A6997C. Grayscale: #656565. Windows color (decimal): -10918269 or 8611417. OLE color: 8611417.

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

Color convert

RGB89102131-
CMYK0.320.2200.49
HSL221.43º19.09%43.14%-
HSV(B)221.43º32.06%51.37%-
XYZ12.9713.2723.35-
YUV101.42144.69119.14-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.64%
GREEN value IS 102 (40.23% from 255) = 31.68%
BLUE value IS 131 (51.56% from 255) = 40.68%
R=27.64%
G=31.68%
B=40.68%

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
Decimal891021310.320.2200.49221.4319.0943.14
Hex5966832016031dd132b
Octal13114620340260613352353
Binary10110011100110100000111000001011001100011101110110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596683; }

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

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

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

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

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

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

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

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