#596787

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

Shades of Kashmir Blue #596787

Tints of Kashmir Blue #596787

Color information

#596787 (or 0x596787) is unknown color: approx Kashmir Blue. HEX triplet: 59, 67 and 87. RGB value is (89,103,135). Sum of RGB (Red+Green+Blue) = 89+103+135=327 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.22% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 135 (53.12% from 255 or 41.28% from 327); Max value from RGB is 135 - color contains mainly: blue. Hex color #596787 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596787 is #A69878. Grayscale: #666666. Windows color (decimal): -10918009 or 8873817. OLE color: 8873817.

HSL color Cylindrical-coordinate representation of color #596787: hue angle of 221.74º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #596787 is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB89103135-
CMYK0.340.2400.47
HSL221.74º20.54%43.92%-
HSV(B)221.74º34.07%52.94%-
XYZ13.3413.5724.84-
YUV102.46146.36118.4-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.22%
GREEN value IS 103 (40.62% from 255) = 31.50%
BLUE value IS 135 (53.12% from 255) = 41.28%
R=27.22%
G=31.50%
B=41.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal891031350.340.2400.47221.7420.5443.92
Hex596787221802Fde152c
Octal13114720742300573362554
Binary10110011100111100001111000101100001011111101111010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596787; }

 p { color: rgb(89,103,135); }

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

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

 a { background-color: rgb(89,103,135); }

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

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

 span { border-color: rgb(89,103,135); }

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