#596888

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

Shades of Kashmir Blue #596888

Tints of Kashmir Blue #596888

Color information

#596888 (or 0x596888) is unknown color: approx Kashmir Blue. HEX triplet: 59, 68 and 88. RGB value is (89,104,136). Sum of RGB (Red+Green+Blue) = 89+104+136=329 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.05% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 136 (53.52% from 255 or 41.34% from 329); Max value from RGB is 136 - color contains mainly: blue. Hex color #596888 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596888 is #A69777. Grayscale: #676767. Windows color (decimal): -10917752 or 8939609. OLE color: 8939609.

HSL color Cylindrical-coordinate representation of color #596888: hue angle of 220.85º 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 #596888 is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB89104136-
CMYK0.350.2400.47
HSL220.85º20.89%44.12%-
HSV(B)220.85º34.56%53.33%-
XYZ13.5113.825.24-
YUV103.16146.53117.9-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.05%
GREEN value IS 104 (41.02% from 255) = 31.61%
BLUE value IS 136 (53.52% from 255) = 41.34%
R=27.05%
G=31.61%
B=41.34%

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
Decimal891041360.350.2400.47220.8520.8944.12
Hex596888231802Fdd152c
Octal13115021043300573352554
Binary10110011101000100010001000111100001011111101110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596888; }

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

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

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

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

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

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

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

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