#595F60

Color #595F60 River Bed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of River Bed #595F60

Tints of River Bed #595F60

Color information

#595F60 (or 0x595F60) is unknown color: approx River Bed. HEX triplet: 59, 5F and 60. RGB value is (89,95,96). Sum of RGB (Red+Green+Blue) = 89+95+96=280 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.79% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 96 - color contains mainly: blue. Hex color #595F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595F60 is #A6A09F. Grayscale: #5D5D5D. Windows color (decimal): -10920096 or 6315865. OLE color: 6315865.

HSL color Cylindrical-coordinate representation of color #595F60: hue angle of 188.57º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #595F60 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB899596-
CMYK0.070.0100.62
HSL188.57º3.78%36.27%-
HSV(B)188.57º7.29%37.65%-
XYZ10.3211.1512.67-
YUV93.32129.51124.92-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.79%
GREEN value IS 95 (37.5% from 255) = 33.93%
BLUE value IS 96 (37.89% from 255) = 34.29%
R=31.79%
G=33.93%
B=34.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8995960.070.0100.62188.573.7836.27
Hex595F607103Ebd424
Octal13113714071076275444
Binary1011001101111111000001111011111010111101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595F60; }

 p { color: rgb(89,95,96); }

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

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

 a { background-color: rgb(89,95,96); }

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

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

 span { border-color: rgb(89,95,96); }

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