#566D7B

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

Shades of Bismark #566D7B

Tints of Bismark #566D7B

Color information

#566D7B (or 0x566D7B) is unknown color: approx Bismark. HEX triplet: 56, 6D and 7B. RGB value is (86,109,123). Sum of RGB (Red+Green+Blue) = 86+109+123=318 (42% of max value = 765). Red value is 86 (33.98% from 255 or 27.04% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 123 - color contains mainly: blue. Hex color #566D7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566D7B is #A99284. Grayscale: #676767. Windows color (decimal): -11113093 or 8088918. OLE color: 8088918.

HSL color Cylindrical-coordinate representation of color #566D7B: hue angle of 202.7º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #566D7B is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB86109123-
CMYK0.300.1100.52
HSL202.7º17.7%40.98%-
HSV(B)202.7º30.08%48.24%-
XYZ12.8814.3520.83-
YUV103.72138.88115.36-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.04%
GREEN value IS 109 (42.97% from 255) = 34.28%
BLUE value IS 123 (48.44% from 255) = 38.68%
R=27.04%
G=34.28%
B=38.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal861091230.300.1100.52202.717.740.98
Hex566D7B1EB034cb1229
Octal12615517336130643132251
Binary10101101101101111101111110101101101001100101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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