#566868

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

Shades of River Bed #566868

Tints of River Bed #566868

Color information

#566868 (or 0x566868) is unknown color: approx River Bed. HEX triplet: 56, 68 and 68. RGB value is (86,104,104). Sum of RGB (Red+Green+Blue) = 86+104+104=294 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.25% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 104 (41.02% from 255 or 35.37% from 294); Max value from RGB is 104 - color contains mainly: green, blue. Hex color #566868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566868 is #A99797. Grayscale: #626262. Windows color (decimal): -11114392 or 6842454. OLE color: 6842454.

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

Color convert

RGB86104104-
CMYK0.17000.59
HSL180º9.47%37.25%-
HSV(B)180º17.31%40.78%-
XYZ11.2912.8814.99-
YUV98.62131.04119-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.25%
GREEN value IS 104 (41.02% from 255) = 35.37%
BLUE value IS 104 (41.02% from 255) = 35.37%
R=29.25%
G=35.37%
B=35.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal861041040.17000.591809.4737.25
Hex56686811003Bb4925
Octal1261501502100732641145
Binary1010110110100011010001000100111011101101001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566868; }

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

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

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

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

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

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

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

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