#596B70

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

Shades of Pale Sky #596B70

Tints of Pale Sky #596B70

Color information

#596B70 (or 0x596B70) is unknown color: approx Pale Sky. HEX triplet: 59, 6B and 70. RGB value is (89,107,112). Sum of RGB (Red+Green+Blue) = 89+107+112=308 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.90% from 308); Green value is 107 (42.19% from 255 or 34.74% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 112 - color contains mainly: blue. Hex color #596B70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596B70 is #A6948F. Grayscale: #666666. Windows color (decimal): -10917008 or 7367513. OLE color: 7367513.

HSL color Cylindrical-coordinate representation of color #596B70: hue angle of 193.04º 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 #596B70 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB89107112-
CMYK0.210.0400.56
HSL193.04º11.44%39.41%-
HSV(B)193.04º20.54%43.92%-
XYZ12.313.8117.35-
YUV102.19133.54118.59-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.90%
GREEN value IS 107 (42.19% from 255) = 34.74%
BLUE value IS 112 (44.14% from 255) = 36.36%
R=28.90%
G=34.74%
B=36.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal891071120.210.0400.56193.0411.4439.41
Hex596B70154038c1b27
Octal1311531602540703011347
Binary101100111010111110000101011000111000110000011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596B70; }

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

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

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

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

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

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

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

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