#556E7C

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

Shades of Bismark #556E7C

Tints of Bismark #556E7C

Color information

#556E7C (or 0x556E7C) is unknown color: approx Bismark. HEX triplet: 55, 6E and 7C. RGB value is (85,110,124). Sum of RGB (Red+Green+Blue) = 85+110+124=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 124 - color contains mainly: blue. Hex color #556E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556E7C is #AA9183. Grayscale: #686868. Windows color (decimal): -11178372 or 8154709. OLE color: 8154709.

HSL color Cylindrical-coordinate representation of color #556E7C: hue angle of 201.54º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #556E7C is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB85110124-
CMYK0.310.1100.51
HSL201.54º18.66%40.98%-
HSV(B)201.54º31.45%48.63%-
XYZ12.9614.5421.19-
YUV104.12139.22114.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.65%
GREEN value IS 110 (43.36% from 255) = 34.48%
BLUE value IS 124 (48.83% from 255) = 38.87%
R=26.65%
G=34.48%
B=38.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal851101240.310.1100.51201.5418.6640.98
Hex556E7C1FB033ca1329
Octal12515617437130633122351
Binary10101011101110111110011111101101100111100101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,110,124); }

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

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

 a { background-color: rgb(85,110,124); }

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

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

 span { border-color: rgb(85,110,124); }

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