#586265

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

Shades of River Bed #586265

Tints of River Bed #586265

Color information

#586265 (or 0x586265) is unknown color: approx River Bed. HEX triplet: 58, 62 and 65. RGB value is (88,98,101). Sum of RGB (Red+Green+Blue) = 88+98+101=287 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.66% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 101 - color contains mainly: blue. Hex color #586265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586265 is #A79D9A. Grayscale: #5F5F5F. Windows color (decimal): -10984859 or 6644312. OLE color: 6644312.

HSL color Cylindrical-coordinate representation of color #586265: hue angle of 193.85º 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 #586265 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8898101-
CMYK0.130.0300.60
HSL193.85º6.88%37.06%-
HSV(B)193.85º12.87%39.61%-
XYZ10.7411.7514.01-
YUV95.35131.19122.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.66%
GREEN value IS 98 (38.67% from 255) = 34.15%
BLUE value IS 101 (39.84% from 255) = 35.19%
R=30.66%
G=34.15%
B=35.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal88981010.130.0300.60193.856.8837.06
Hex586265D303Cc2725
Octal130142145153074302745
Binary101100011000101100101110111011110011000010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586265; }

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

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

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

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

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

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

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

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