#556A75

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

Shades of Bismark #556A75

Tints of Bismark #556A75

Color information

#556A75 (or 0x556A75) is unknown color: approx Bismark. HEX triplet: 55, 6A and 75. RGB value is (85,106,117). Sum of RGB (Red+Green+Blue) = 85+106+117=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 106 (41.80% from 255 or 34.42% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 117 - color contains mainly: blue. Hex color #556A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556A75 is #AA958A. Grayscale: #646464. Windows color (decimal): -11179403 or 7694933. OLE color: 7694933.

HSL color Cylindrical-coordinate representation of color #556A75: hue angle of 200.62º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #556A75 is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB85106117-
CMYK0.270.0900.54
HSL200.62º15.84%39.61%-
HSV(B)200.62º27.35%45.88%-
XYZ12.1113.5218.8-
YUV100.98137.04116.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.60%
GREEN value IS 106 (41.80% from 255) = 34.42%
BLUE value IS 117 (46.09% from 255) = 37.99%
R=27.60%
G=34.42%
B=37.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal851061170.270.0900.54200.6215.8439.61
Hex556A751B9036c91028
Octal12515216533110663112050
Binary10101011101010111010111011100101101101100100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,106,117); }

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

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

 a { background-color: rgb(85,106,117); }

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

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

 span { border-color: rgb(85,106,117); }

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