#586060

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

Shades of River Bed #586060

Tints of River Bed #586060

Color information

#586060 (or 0x586060) is unknown color: approx River Bed. HEX triplet: 58, 60 and 60. RGB value is (88,96,96). Sum of RGB (Red+Green+Blue) = 88+96+96=280 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.43% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 96 - color contains mainly: green, blue. Hex color #586060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586060 is #A79F9F. Grayscale: #5D5D5D. Windows color (decimal): -10985376 or 6316120. OLE color: 6316120.

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

Color convert

RGB889696-
CMYK0.08000.62
HSL180º4.35%36.08%-
HSV(B)180º8.33%37.65%-
XYZ10.3211.2812.7-
YUV93.61129.35124-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.43%
GREEN value IS 96 (37.89% from 255) = 34.29%
BLUE value IS 96 (37.89% from 255) = 34.29%
R=31.43%
G=34.29%
B=34.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8896960.08000.621804.3536.08
Hex5860608003Eb4424
Octal130140140100076264444
Binary10110001100000110000010000011111010110100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586060; }

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

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

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

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

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

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

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

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