#566A74

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

Shades of Bismark #566A74

Tints of Bismark #566A74

Color information

#566A74 (or 0x566A74) is unknown color: approx Bismark. HEX triplet: 56, 6A and 74. RGB value is (86,106,116). Sum of RGB (Red+Green+Blue) = 86+106+116=308 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.92% from 308); Green value is 106 (41.80% from 255 or 34.42% from 308); Blue value is 116 (45.70% from 255 or 37.66% from 308); Max value from RGB is 116 - color contains mainly: blue. Hex color #566A74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566A74 is #A9958B. Grayscale: #656565. Windows color (decimal): -11113868 or 7629398. OLE color: 7629398.

HSL color Cylindrical-coordinate representation of color #566A74: hue angle of 200º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #566A74 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB86106116-
CMYK0.260.0900.55
HSL200º14.85%39.61%-
HSV(B)200º25.86%45.49%-
XYZ12.1413.5518.5-
YUV101.16136.37117.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.92%
GREEN value IS 106 (41.80% from 255) = 34.42%
BLUE value IS 116 (45.70% from 255) = 37.66%
R=27.92%
G=34.42%
B=37.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal861061160.260.0900.5520014.8539.61
Hex566A741A9037c8f28
Octal12615216432110673101750
Binary1010110110101011101001101010010110111110010001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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