#55717E

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

Shades of Bismark #55717E

Tints of Bismark #55717E

Color information

#55717E (or 0x55717E) is unknown color: approx Bismark. HEX triplet: 55, 71 and 7E. RGB value is (85,113,126). Sum of RGB (Red+Green+Blue) = 85+113+126=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 126 (49.61% from 255 or 38.89% from 324); Max value from RGB is 126 - color contains mainly: blue. Hex color #55717E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55717E is #AA8E81. Grayscale: #6A6A6A. Windows color (decimal): -11177602 or 8286549. OLE color: 8286549.

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

Color convert

RGB85113126-
CMYK0.330.1000.51
HSL199.02º19.43%41.37%-
HSV(B)199.02º32.54%49.41%-
XYZ13.4215.2521.97-
YUV106.11139.22112.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.23%
GREEN value IS 113 (44.53% from 255) = 34.88%
BLUE value IS 126 (49.61% from 255) = 38.89%
R=26.23%
G=34.88%
B=38.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal851131260.330.1000.51199.0219.4341.37
Hex55717E21A033c71329
Octal12516117641120633072351
Binary101010111100011111110100001101001100111100011110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55717E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55717E; }

 p { color: rgb(85,113,126); }

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

<style>
 a { background-color: #55717E; }

 a { background-color: rgb(85,113,126); }

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

<style>
 span { border-color: #55717E; }

 span { border-color: rgb(85,113,126); }

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