#586868

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

Shades of River Bed #586868

Tints of River Bed #586868

Color information

#586868 (or 0x586868) is unknown color: approx River Bed. HEX triplet: 58, 68 and 68. RGB value is (88,104,104). Sum of RGB (Red+Green+Blue) = 88+104+104=296 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.73% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 104 - color contains mainly: green, blue. Hex color #586868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586868 is #A79797. Grayscale: #636363. Windows color (decimal): -10983320 or 6842456. OLE color: 6842456.

HSL color Cylindrical-coordinate representation of color #586868: hue angle of 180º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #586868 is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB88104104-
CMYK0.15000.59
HSL180º8.33%37.65%-
HSV(B)180º15.38%40.78%-
XYZ11.4712.9715-
YUV99.22130.7120-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.73%
GREEN value IS 104 (41.02% from 255) = 35.14%
BLUE value IS 104 (41.02% from 255) = 35.14%
R=29.73%
G=35.14%
B=35.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal881041040.15000.591808.3337.65
Hex586868F003Bb4826
Octal1301501501700732641046
Binary101100011010001101000111100111011101101001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586868; }

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

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

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

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

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

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

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

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