#58605F

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

Shades of River Bed #58605F

Tints of River Bed #58605F

Color information

#58605F (or 0x58605F) is unknown color: approx River Bed. HEX triplet: 58, 60 and 5F. RGB value is (88,96,95). Sum of RGB (Red+Green+Blue) = 88+96+95=279 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.54% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 95 (37.5% from 255 or 34.05% from 279); Max value from RGB is 96 - color contains mainly: green. Hex color #58605F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58605F is #A79FA0. Grayscale: #5D5D5D. Windows color (decimal): -10985377 or 6250584. OLE color: 6250584.

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

Color convert

RGB889695-
CMYK0.0800.010.62
HSL172.5º4.35%36.08%-
HSV(B)172.5º8.33%37.65%-
XYZ10.2711.2712.46-
YUV93.49128.85124.08-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.54%
GREEN value IS 96 (37.89% from 255) = 34.41%
BLUE value IS 95 (37.5% from 255) = 34.05%
R=31.54%
G=34.41%
B=34.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8896950.0800.010.62172.54.3536.08
Hex58605F8013Eac424
Octal130140137100176254444
Binary10110001100000101111110000111111010101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58605F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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