#566A77

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

Shades of Bismark #566A77

Tints of Bismark #566A77

Color information

#566A77 (or 0x566A77) is unknown color: approx Bismark. HEX triplet: 56, 6A and 77. RGB value is (86,106,119). Sum of RGB (Red+Green+Blue) = 86+106+119=311 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.65% from 311); Green value is 106 (41.80% from 255 or 34.08% from 311); Blue value is 119 (46.88% from 255 or 38.26% from 311); Max value from RGB is 119 - color contains mainly: blue. Hex color #566A77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566A77 is #A99588. Grayscale: #656565. Windows color (decimal): -11113865 or 7826006. OLE color: 7826006.

HSL color Cylindrical-coordinate representation of color #566A77: hue angle of 203.64º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #566A77 is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB86106119-
CMYK0.280.1100.53
HSL203.64º16.1%40.2%-
HSV(B)203.64º27.73%46.67%-
XYZ12.3213.6219.43-
YUV101.5137.87116.94-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.65%
GREEN value IS 106 (41.80% from 255) = 34.08%
BLUE value IS 119 (46.88% from 255) = 38.26%
R=27.65%
G=34.08%
B=38.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal861061190.280.1100.53203.6416.140.2
Hex566A771CB035cc1028
Octal12615216734130653142050
Binary10101101101010111011111100101101101011100110010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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