#556F7C

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

Shades of Bismark #556F7C

Tints of Bismark #556F7C

Color information

#556F7C (or 0x556F7C) is unknown color: approx Bismark. HEX triplet: 55, 6F and 7C. RGB value is (85,111,124). Sum of RGB (Red+Green+Blue) = 85+111+124=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 124 - color contains mainly: blue. Hex color #556F7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556F7C is #AA9083. Grayscale: #686868. Windows color (decimal): -11178116 or 8154965. OLE color: 8154965.

HSL color Cylindrical-coordinate representation of color #556F7C: hue angle of 200º 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 #556F7C is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB85111124-
CMYK0.310.1000.51
HSL200º18.66%40.98%-
HSV(B)200º31.45%48.63%-
XYZ13.0714.7621.23-
YUV104.71138.89113.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.56%
GREEN value IS 111 (43.75% from 255) = 34.69%
BLUE value IS 124 (48.83% from 255) = 38.75%
R=26.56%
G=34.69%
B=38.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal851111240.310.1000.5120018.6640.98
Hex556F7C1FA033c81329
Octal12515717437120633102351
Binary10101011101111111110011111101001100111100100010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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