#586465

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

Shades of River Bed #586465

Tints of River Bed #586465

Color information

#586465 (or 0x586465) is unknown color: approx River Bed. HEX triplet: 58, 64 and 65. RGB value is (88,100,101). Sum of RGB (Red+Green+Blue) = 88+100+101=289 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.45% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 101 - color contains mainly: blue. Hex color #586465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586465 is #A79B9A. Grayscale: #606060. Windows color (decimal): -10984347 or 6644824. OLE color: 6644824.

HSL color Cylindrical-coordinate representation of color #586465: hue angle of 184.62º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #586465 is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB88100101-
CMYK0.130.0100.60
HSL184.62º6.88%37.06%-
HSV(B)184.62º12.87%39.61%-
XYZ10.9312.1314.08-
YUV96.53130.52121.92-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.45%
GREEN value IS 100 (39.45% from 255) = 34.60%
BLUE value IS 101 (39.84% from 255) = 34.95%
R=30.45%
G=34.60%
B=34.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal881001010.130.0100.60184.626.8837.06
Hex586465D103Cb9725
Octal130144145151074271745
Binary10110001100100110010111011011110010111001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586465; }

 p { color: rgb(88,100,101); }

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

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

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

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

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

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

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