#556C79

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

Shades of Bismark #556C79

Tints of Bismark #556C79

Color information

#556C79 (or 0x556C79) is unknown color: approx Bismark. HEX triplet: 55, 6C and 79. RGB value is (85,108,121). Sum of RGB (Red+Green+Blue) = 85+108+121=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 121 (47.66% from 255 or 38.54% from 314); Max value from RGB is 121 - color contains mainly: blue. Hex color #556C79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556C79 is #AA9386. Grayscale: #666666. Windows color (decimal): -11178887 or 7957589. OLE color: 7957589.

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

Color convert

RGB85108121-
CMYK0.300.1100.53
HSL201.67º17.48%40.39%-
HSV(B)201.67º29.75%47.45%-
XYZ12.5614.0420.14-
YUV102.6138.38115.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.07%
GREEN value IS 108 (42.58% from 255) = 34.39%
BLUE value IS 121 (47.66% from 255) = 38.54%
R=27.07%
G=34.39%
B=38.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal851081210.300.1100.53201.6717.4840.39
Hex556C791EB035ca1128
Octal12515417136130653122150
Binary10101011101100111100111110101101101011100101010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556C79; }

 p { color: rgb(85,108,121); }

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

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

 a { background-color: rgb(85,108,121); }

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

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

 span { border-color: rgb(85,108,121); }

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