#586869

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

Shades of River Bed #586869

Tints of River Bed #586869

Color information

#586869 (or 0x586869) is unknown color: approx River Bed. HEX triplet: 58, 68 and 69. RGB value is (88,104,105). Sum of RGB (Red+Green+Blue) = 88+104+105=297 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.63% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 105 (41.41% from 255 or 35.35% from 297); Max value from RGB is 105 - color contains mainly: blue. Hex color #586869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586869 is #A79796. Grayscale: #636363. Windows color (decimal): -10983319 or 6907992. OLE color: 6907992.

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

Color convert

RGB88104105-
CMYK0.160.0100.59
HSL183.53º8.81%37.84%-
HSV(B)183.53º16.19%41.18%-
XYZ11.521315.27-
YUV99.33131.2119.92-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.63%
GREEN value IS 104 (41.02% from 255) = 35.02%
BLUE value IS 105 (41.41% from 255) = 35.35%
R=29.63%
G=35.02%
B=35.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal881041050.160.0100.59183.538.8137.84
Hex58686910103Bb8926
Octal1301501512010732701146
Binary1011000110100011010011000010111011101110001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586869; }

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

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

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

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

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

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

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

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