#585E60

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

Shades of River Bed #585E60

Tints of River Bed #585E60

Color information

#585E60 (or 0x585E60) is unknown color: approx River Bed. HEX triplet: 58, 5E and 60. RGB value is (88,94,96). Sum of RGB (Red+Green+Blue) = 88+94+96=278 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.65% from 278); Green value is 94 (37.11% from 255 or 33.81% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 96 - color contains mainly: blue. Hex color #585E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585E60 is #A7A19F. Grayscale: #5C5C5C. Windows color (decimal): -10985888 or 6315608. OLE color: 6315608.

HSL color Cylindrical-coordinate representation of color #585E60: hue angle of 195º 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 #585E60 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB889496-
CMYK0.080.0200.62
HSL195º4.35%36.08%-
HSV(B)195º8.33%37.65%-
XYZ10.1410.9212.64-
YUV92.43130.01124.84-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.65%
GREEN value IS 94 (37.11% from 255) = 33.81%
BLUE value IS 96 (37.89% from 255) = 34.53%
R=31.65%
G=33.81%
B=34.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8894960.080.0200.621954.3536.08
Hex585E608203Ec3424
Octal130136140102076303444
Binary101100010111101100000100010011111011000011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585E60; }

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

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

<style>
 a { background-color: #585E60; }

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

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

<style>
 span { border-color: #585E60; }

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

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