#596B75

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

Shades of Pale Sky #596B75

Tints of Pale Sky #596B75

Color information

#596B75 (or 0x596B75) is unknown color: approx Pale Sky. HEX triplet: 59, 6B and 75. RGB value is (89,107,117). Sum of RGB (Red+Green+Blue) = 89+107+117=313 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.43% from 313); Green value is 107 (42.19% from 255 or 34.19% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 117 - color contains mainly: blue. Hex color #596B75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596B75 is #A6948A. Grayscale: #666666. Windows color (decimal): -10917003 or 7695193. OLE color: 7695193.

HSL color Cylindrical-coordinate representation of color #596B75: hue angle of 201.43º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #596B75 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB89107117-
CMYK0.240.0900.54
HSL201.43º13.59%40.39%-
HSV(B)201.43º23.93%45.88%-
XYZ12.5913.9218.85-
YUV102.76136.04118.19-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.43%
GREEN value IS 107 (42.19% from 255) = 34.19%
BLUE value IS 117 (46.09% from 255) = 37.38%
R=28.43%
G=34.19%
B=37.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal891071170.240.0900.54201.4313.5940.39
Hex596B75189036c9e28
Octal13115316530110663111650
Binary1011001110101111101011100010010110110110010011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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