#566E7C

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

Shades of Bismark #566E7C

Tints of Bismark #566E7C

Color information

#566E7C (or 0x566E7C) is unknown color: approx Bismark. HEX triplet: 56, 6E and 7C. RGB value is (86,110,124). Sum of RGB (Red+Green+Blue) = 86+110+124=320 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.88% from 320); Green value is 110 (43.36% from 255 or 34.38% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 124 - color contains mainly: blue. Hex color #566E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566E7C is #A99183. Grayscale: #686868. Windows color (decimal): -11112836 or 8154710. OLE color: 8154710.

HSL color Cylindrical-coordinate representation of color #566E7C: hue angle of 202.11º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #566E7C is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB86110124-
CMYK0.310.1100.51
HSL202.11º18.1%41.18%-
HSV(B)202.11º30.65%48.63%-
XYZ13.0514.5921.2-
YUV104.42139.05114.86-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.88%
GREEN value IS 110 (43.36% from 255) = 34.38%
BLUE value IS 124 (48.83% from 255) = 38.75%
R=26.88%
G=34.38%
B=38.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal861101240.310.1100.51202.1118.141.18
Hex566E7C1FB033ca1229
Octal12615617437130633122251
Binary10101101101110111110011111101101100111100101010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,110,124); }

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

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

 a { background-color: rgb(86,110,124); }

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

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

 span { border-color: rgb(86,110,124); }

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