#596870

Color #596870 Pale Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Sky #596870

Tints of Pale Sky #596870

Color information

#596870 (or 0x596870) is unknown color: approx Pale Sky. HEX triplet: 59, 68 and 70. RGB value is (89,104,112). Sum of RGB (Red+Green+Blue) = 89+104+112=305 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.18% from 305); Green value is 104 (41.02% from 255 or 34.10% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 112 - color contains mainly: blue. Hex color #596870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596870 is #A6978F. Grayscale: #646464. Windows color (decimal): -10917776 or 7366745. OLE color: 7366745.

HSL color Cylindrical-coordinate representation of color #596870: hue angle of 200.87º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #596870 is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB89104112-
CMYK0.210.0700.56
HSL200.87º11.44%39.41%-
HSV(B)200.87º20.54%43.92%-
XYZ11.9913.1917.24-
YUV100.43134.53119.85-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.18%
GREEN value IS 104 (41.02% from 255) = 34.10%
BLUE value IS 112 (44.14% from 255) = 36.72%
R=29.18%
G=34.10%
B=36.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal891041120.210.0700.56200.8711.4439.41
Hex596870157038c9b27
Octal1311501602570703111347
Binary101100111010001110000101011110111000110010011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596870; }

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

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

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

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

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

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

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

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