#566973

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

Shades of Bismark #566973

Tints of Bismark #566973

Color information

#566973 (or 0x566973) is unknown color: approx Bismark. HEX triplet: 56, 69 and 73. RGB value is (86,105,115). Sum of RGB (Red+Green+Blue) = 86+105+115=306 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.10% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 115 (45.31% from 255 or 37.58% from 306); Max value from RGB is 115 - color contains mainly: blue. Hex color #566973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566973 is #A9968C. Grayscale: #646464. Windows color (decimal): -11114125 or 7563606. OLE color: 7563606.

HSL color Cylindrical-coordinate representation of color #566973: hue angle of 200.69º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #566973 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB86105115-
CMYK0.250.0900.55
HSL200.69º14.43%39.41%-
HSV(B)200.69º25.22%45.1%-
XYZ11.9813.3218.16-
YUV100.46136.21117.69-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.10%
GREEN value IS 105 (41.41% from 255) = 34.31%
BLUE value IS 115 (45.31% from 255) = 37.58%
R=28.10%
G=34.31%
B=37.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal861051150.250.0900.55200.6914.4339.41
Hex566973199037c9e27
Octal12615116331110673111647
Binary1010110110100111100111100110010110111110010011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566973; }

 p { color: rgb(86,105,115); }

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

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

 a { background-color: rgb(86,105,115); }

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

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

 span { border-color: rgb(86,105,115); }

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