#557178

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

Shades of Bismark #557178

Tints of Bismark #557178

Color information

#557178 (or 0x557178) is unknown color: approx Bismark. HEX triplet: 55, 71 and 78. RGB value is (85,113,120). Sum of RGB (Red+Green+Blue) = 85+113+120=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 120 (47.27% from 255 or 37.74% from 318); Max value from RGB is 120 - color contains mainly: blue. Hex color #557178 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557178 is #AA8E87. Grayscale: #696969. Windows color (decimal): -11177608 or 7893333. OLE color: 7893333.

HSL color Cylindrical-coordinate representation of color #557178: hue angle of 192º 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 #557178 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB85113120-
CMYK0.290.0600.53
HSL192º17.07%40.2%-
HSV(B)192º29.17%47.06%-
XYZ13.0415.120-
YUV105.43136.22113.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.73%
GREEN value IS 113 (44.53% from 255) = 35.53%
BLUE value IS 120 (47.27% from 255) = 37.74%
R=26.73%
G=35.53%
B=37.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal851131200.290.0600.5319217.0740.2
Hex5571781D6035c01128
Octal1251611703560653002150
Binary1010101111000111110001110111001101011100000010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557178; }

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

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

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

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

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

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

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

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