#566B76

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

Shades of Bismark #566B76

Tints of Bismark #566B76

Color information

#566B76 (or 0x566B76) is unknown color: approx Bismark. HEX triplet: 56, 6B and 76. RGB value is (86,107,118). Sum of RGB (Red+Green+Blue) = 86+107+118=311 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.65% from 311); Green value is 107 (42.19% from 255 or 34.41% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 118 - color contains mainly: blue. Hex color #566B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566B76 is #A99489. Grayscale: #656565. Windows color (decimal): -11113610 or 7760726. OLE color: 7760726.

HSL color Cylindrical-coordinate representation of color #566B76: hue angle of 200.62º 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 #566B76 is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB86107118-
CMYK0.270.0900.54
HSL200.62º15.69%40%-
HSV(B)200.62º27.12%46.27%-
XYZ12.3713.819.15-
YUV101.98137.04116.61-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.65%
GREEN value IS 107 (42.19% from 255) = 34.41%
BLUE value IS 118 (46.48% from 255) = 37.94%
R=27.65%
G=34.41%
B=37.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal861071180.270.0900.54200.6215.6940
Hex566B761B9036c91028
Octal12615316633110663112050
Binary10101101101011111011011011100101101101100100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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