#566769

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

Shades of River Bed #566769

Tints of River Bed #566769

Color information

#566769 (or 0x566769) is unknown color: approx River Bed. HEX triplet: 56, 67 and 69. RGB value is (86,103,105). Sum of RGB (Red+Green+Blue) = 86+103+105=294 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.25% from 294); Green value is 103 (40.62% from 255 or 35.03% from 294); Blue value is 105 (41.41% from 255 or 35.71% from 294); Max value from RGB is 105 - color contains mainly: blue. Hex color #566769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566769 is #A99896. Grayscale: #626262. Windows color (decimal): -11114647 or 6907734. OLE color: 6907734.

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

Color convert

RGB86103105-
CMYK0.180.0200.59
HSL186.32º9.95%37.45%-
HSV(B)186.32º18.1%41.18%-
XYZ11.2412.715.22-
YUV98.14131.87119.34-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.25%
GREEN value IS 103 (40.62% from 255) = 35.03%
BLUE value IS 105 (41.41% from 255) = 35.71%
R=29.25%
G=35.03%
B=35.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal861031050.180.0200.59186.329.9537.45
Hex56676912203Bbaa25
Octal1261471512220732721245
Binary10101101100111110100110010100111011101110101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566769; }

 p { color: rgb(86,103,105); }

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

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

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

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

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

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

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