#556978

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

Shades of Bismark #556978

Tints of Bismark #556978

Color information

#556978 (or 0x556978) is unknown color: approx Bismark. HEX triplet: 55, 69 and 78. RGB value is (85,105,120). Sum of RGB (Red+Green+Blue) = 85+105+120=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 105 (41.41% from 255 or 33.87% from 310); Blue value is 120 (47.27% from 255 or 38.71% from 310); Max value from RGB is 120 - color contains mainly: blue. Hex color #556978 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556978 is #AA9687. Grayscale: #646464. Windows color (decimal): -11179656 or 7891285. OLE color: 7891285.

HSL color Cylindrical-coordinate representation of color #556978: hue angle of 205.71º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #556978 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB85105120-
CMYK0.290.1300.53
HSL205.71º17.07%40.2%-
HSV(B)205.71º29.17%47.06%-
XYZ12.1913.3919.71-
YUV100.73138.87116.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.42%
GREEN value IS 105 (41.41% from 255) = 33.87%
BLUE value IS 120 (47.27% from 255) = 38.71%
R=27.42%
G=33.87%
B=38.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal851051200.290.1300.53205.7117.0740.2
Hex5569781DD035ce1128
Octal12515117035150653162150
Binary10101011101001111100011101110101101011100111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556978; }

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

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

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

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

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

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

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

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