#566D76

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

Shades of Bismark #566D76

Tints of Bismark #566D76

Color information

#566D76 (or 0x566D76) is unknown color: approx Bismark. HEX triplet: 56, 6D and 76. RGB value is (86,109,118). Sum of RGB (Red+Green+Blue) = 86+109+118=313 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.48% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 118 - color contains mainly: blue. Hex color #566D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566D76 is #A99289. Grayscale: #676767. Windows color (decimal): -11113098 or 7761238. OLE color: 7761238.

HSL color Cylindrical-coordinate representation of color #566D76: hue angle of 196.88º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #566D76 is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB86109118-
CMYK0.270.0800.54
HSL196.88º15.69%40%-
HSV(B)196.88º27.12%46.27%-
XYZ12.5814.2219.22-
YUV103.15136.38115.77-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.48%
GREEN value IS 109 (42.97% from 255) = 34.82%
BLUE value IS 118 (46.48% from 255) = 37.70%
R=27.48%
G=34.82%
B=37.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal861091180.270.0800.54196.8815.6940
Hex566D761B8036c51028
Octal12615516633100663052050
Binary10101101101101111011011011100001101101100010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,109,118); }

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

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

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

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

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

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

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