#566C78

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

Shades of Bismark #566C78

Tints of Bismark #566C78

Color information

#566C78 (or 0x566C78) is unknown color: approx Bismark. HEX triplet: 56, 6C and 78. RGB value is (86,108,120). Sum of RGB (Red+Green+Blue) = 86+108+120=314 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.39% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 120 (47.27% from 255 or 38.22% from 314); Max value from RGB is 120 - color contains mainly: blue. Hex color #566C78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566C78 is #A99387. Grayscale: #666666. Windows color (decimal): -11113352 or 7892054. OLE color: 7892054.

HSL color Cylindrical-coordinate representation of color #566C78: hue angle of 201.18º degrees, saturation: 0.17, 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 #566C78 is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB86108120-
CMYK0.280.1000.53
HSL201.18º16.5%40.39%-
HSV(B)201.18º28.33%47.06%-
XYZ12.5914.0619.82-
YUV102.79137.71116.02-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.39%
GREEN value IS 108 (42.58% from 255) = 34.39%
BLUE value IS 120 (47.27% from 255) = 38.22%
R=27.39%
G=34.39%
B=38.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal861081200.280.1000.53201.1816.540.39
Hex566C781CA035c91128
Octal12615417034120653112150
Binary10101101101100111100011100101001101011100100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,108,120); }

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

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

 a { background-color: rgb(86,108,120); }

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

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

 span { border-color: rgb(86,108,120); }

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