#59605F

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

Shades of River Bed #59605F

Tints of River Bed #59605F

Color information

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

HSL color Cylindrical-coordinate representation of color #59605F: hue angle of 171.43º 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 #59605F is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB899695-
CMYK0.0700.010.62
HSL171.43º3.78%36.27%-
HSV(B)171.43º7.29%37.65%-
XYZ10.3711.3212.46-
YUV93.79128.68124.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8996950.0700.010.62171.433.7836.27
Hex59605F7013Eab424
Octal13114013770176253444
Binary1011001110000010111111110111111010101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59605F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59605F; }

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

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

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

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

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

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

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

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