#556F7A

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

Shades of Bismark #556F7A

Tints of Bismark #556F7A

Color information

#556F7A (or 0x556F7A) is unknown color: approx Bismark. HEX triplet: 55, 6F and 7A. RGB value is (85,111,122). Sum of RGB (Red+Green+Blue) = 85+111+122=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 111 (43.75% from 255 or 34.91% from 318); Blue value is 122 (48.05% from 255 or 38.36% from 318); Max value from RGB is 122 - color contains mainly: blue. Hex color #556F7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556F7A is #AA9085. Grayscale: #686868. Windows color (decimal): -11178118 or 8023893. OLE color: 8023893.

HSL color Cylindrical-coordinate representation of color #556F7A: hue angle of 197.84º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #556F7A is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB85111122-
CMYK0.300.0900.52
HSL197.84º17.87%40.59%-
HSV(B)197.84º30.33%47.84%-
XYZ12.9414.7120.57-
YUV104.48137.89114.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.73%
GREEN value IS 111 (43.75% from 255) = 34.91%
BLUE value IS 122 (48.05% from 255) = 38.36%
R=26.73%
G=34.91%
B=38.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal851111220.300.0900.52197.8417.8740.59
Hex556F7A1E9034c61229
Octal12515717236110643062251
Binary10101011101111111101011110100101101001100011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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