#585D5D

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

Shades of River Bed #585D5D

Tints of River Bed #585D5D

Color information

#585D5D (or 0x585D5D) is unknown color: approx River Bed. HEX triplet: 58, 5D and 5D. RGB value is (88,93,93). Sum of RGB (Red+Green+Blue) = 88+93+93=274 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.12% from 274); Green value is 93 (36.72% from 255 or 33.94% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 93 - color contains mainly: green, blue. Hex color #585D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585D5D is #A7A2A2. Grayscale: #5B5B5B. Windows color (decimal): -10986147 or 6118744. OLE color: 6118744.

HSL color Cylindrical-coordinate representation of color #585D5D: hue angle of 180º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #585D5D is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB889393-
CMYK0.05000.64
HSL180º2.76%35.49%-
HSV(B)180º5.38%36.47%-
XYZ9.9110.6911.9-
YUV91.5128.84125.5-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.12%
GREEN value IS 93 (36.72% from 255) = 33.94%
BLUE value IS 93 (36.72% from 255) = 33.94%
R=32.12%
G=33.94%
B=33.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8893930.05000.641802.7635.49
Hex585D5D50040b4323
Octal130135135500100264343
Binary1011000101110110111011010010000001011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,93,93); }

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

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

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

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

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

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

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