#566A6B

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

Shades of River Bed #566A6B

Tints of River Bed #566A6B

Color information

#566A6B (or 0x566A6B) is unknown color: approx River Bed. HEX triplet: 56, 6A and 6B. RGB value is (86,106,107). Sum of RGB (Red+Green+Blue) = 86+106+107=299 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.76% from 299); Green value is 106 (41.80% from 255 or 35.45% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 107 - color contains mainly: blue. Hex color #566A6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566A6B is #A99594. Grayscale: #646464. Windows color (decimal): -11113877 or 7039574. OLE color: 7039574.

HSL color Cylindrical-coordinate representation of color #566A6B: hue angle of 182.86º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #566A6B is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB86106107-
CMYK0.200.0100.58
HSL182.86º10.88%37.84%-
HSV(B)182.86º19.63%41.96%-
XYZ11.6513.3515.87-
YUV100.13131.87117.92-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.76%
GREEN value IS 106 (41.80% from 255) = 35.45%
BLUE value IS 107 (42.19% from 255) = 35.79%
R=28.76%
G=35.45%
B=35.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal861061070.200.0100.58182.8610.8837.84
Hex566A6B14103Ab7b26
Octal1261521532410722671346
Binary1010110110101011010111010010111010101101111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566A6B; }

 p { color: rgb(86,106,107); }

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

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

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

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

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

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

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