#556972

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

Shades of Bismark #556972

Tints of Bismark #556972

Color information

#556972 (or 0x556972) is unknown color: approx Bismark. HEX triplet: 55, 69 and 72. RGB value is (85,105,114). Sum of RGB (Red+Green+Blue) = 85+105+114=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 114 (44.92% from 255 or 37.5% from 304); Max value from RGB is 114 - color contains mainly: blue. Hex color #556972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556972 is #AA968D. Grayscale: #636363. Windows color (decimal): -11179662 or 7498069. OLE color: 7498069.

HSL color Cylindrical-coordinate representation of color #556972: hue angle of 198.62º degrees, saturation: 0.15, 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 #556972 is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB85105114-
CMYK0.250.0800.55
HSL198.62º14.57%39.02%-
HSV(B)198.62º25.44%44.71%-
XYZ11.8413.2517.85-
YUV100.05135.87117.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.96%
GREEN value IS 105 (41.41% from 255) = 34.54%
BLUE value IS 114 (44.92% from 255) = 37.5%
R=27.96%
G=34.54%
B=37.5%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal851051140.250.0800.55198.6214.5739.02
Hex556972198037c7f27
Octal12515116231100673071747
Binary1010101110100111100101100110000110111110001111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556972; }

 p { color: rgb(85,105,114); }

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

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

 a { background-color: rgb(85,105,114); }

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

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

 span { border-color: rgb(85,105,114); }

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