#596788

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

Shades of Kashmir Blue #596788

Tints of Kashmir Blue #596788

Color information

#596788 (or 0x596788) is unknown color: approx Kashmir Blue. HEX triplet: 59, 67 and 88. RGB value is (89,103,136). Sum of RGB (Red+Green+Blue) = 89+103+136=328 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.13% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 136 (53.52% from 255 or 41.46% from 328); Max value from RGB is 136 - color contains mainly: blue. Hex color #596788 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596788 is #A69877. Grayscale: #666666. Windows color (decimal): -10918008 or 8939353. OLE color: 8939353.

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

Color convert

RGB89103136-
CMYK0.350.2400.47
HSL222.13º20.89%44.12%-
HSV(B)222.13º34.56%53.33%-
XYZ13.4113.625.21-
YUV102.58146.86118.32-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.13%
GREEN value IS 103 (40.62% from 255) = 31.40%
BLUE value IS 136 (53.52% from 255) = 41.46%
R=27.13%
G=31.40%
B=41.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal891031360.350.2400.47222.1320.8944.12
Hex596788231802Fde152c
Octal13114721043300573362554
Binary10110011100111100010001000111100001011111101111010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596788; }

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

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

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

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

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

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

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

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