#585F61

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

Shades of River Bed #585F61

Tints of River Bed #585F61

Color information

#585F61 (or 0x585F61) is unknown color: approx River Bed. HEX triplet: 58, 5F and 61. RGB value is (88,95,97). Sum of RGB (Red+Green+Blue) = 88+95+97=280 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.43% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 97 (38.28% from 255 or 34.64% from 280); Max value from RGB is 97 - color contains mainly: blue. Hex color #585F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585F61 is #A7A09E. Grayscale: #5D5D5D. Windows color (decimal): -10985631 or 6381400. OLE color: 6381400.

HSL color Cylindrical-coordinate representation of color #585F61: hue angle of 193.33º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #585F61 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB889597-
CMYK0.090.0200.62
HSL193.33º4.86%36.27%-
HSV(B)193.33º9.28%38.04%-
XYZ10.2711.1212.91-
YUV93.14130.18124.34-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.43%
GREEN value IS 95 (37.5% from 255) = 33.93%
BLUE value IS 97 (38.28% from 255) = 34.64%
R=31.43%
G=33.93%
B=34.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8895970.090.0200.62193.334.8636.27
Hex585F619203Ec1524
Octal130137141112076301544
Binary101100010111111100001100110011111011000001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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