#585F60

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

Shades of River Bed #585F60

Tints of River Bed #585F60

Color information

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

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

Color convert

RGB889596-
CMYK0.080.0100.62
HSL187.5º4.35%36.08%-
HSV(B)187.5º8.33%37.65%-
XYZ10.2311.112.67-
YUV93.02129.68124.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8895960.080.0100.62187.54.3536.08
Hex585F608103Ebb424
Octal130137140101076273444
Binary10110001011111110000010001011111010111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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