#556B7A

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

Shades of Bismark #556B7A

Tints of Bismark #556B7A

Color information

#556B7A (or 0x556B7A) is unknown color: approx Bismark. HEX triplet: 55, 6B and 7A. RGB value is (85,107,122). Sum of RGB (Red+Green+Blue) = 85+107+122=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 122 - color contains mainly: blue. Hex color #556B7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556B7A is #AA9485. Grayscale: #666666. Windows color (decimal): -11179142 or 8022869. OLE color: 8022869.

HSL color Cylindrical-coordinate representation of color #556B7A: hue angle of 204.32º 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 #556B7A is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB85107122-
CMYK0.300.1200.52
HSL204.32º17.87%40.59%-
HSV(B)204.32º30.33%47.84%-
XYZ12.5213.8520.43-
YUV102.13139.21115.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.07%
GREEN value IS 107 (42.19% from 255) = 34.08%
BLUE value IS 122 (48.05% from 255) = 38.85%
R=27.07%
G=34.08%
B=38.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal851071220.300.1200.52204.3217.8740.59
Hex556B7A1EC034cc1229
Octal12515317236140643142251
Binary10101011101011111101011110110001101001100110010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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