#55717C

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

Shades of Bismark #55717C

Tints of Bismark #55717C

Color information

#55717C (or 0x55717C) is unknown color: approx Bismark. HEX triplet: 55, 71 and 7C. RGB value is (85,113,124). Sum of RGB (Red+Green+Blue) = 85+113+124=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 124 - color contains mainly: blue. Hex color #55717C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55717C is #AA8E83. Grayscale: #696969. Windows color (decimal): -11177604 or 8155477. OLE color: 8155477.

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

Color convert

RGB85113124-
CMYK0.310.0900.51
HSL196.92º18.66%40.98%-
HSV(B)196.92º31.45%48.63%-
XYZ13.2915.221.3-
YUV105.88138.22113.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.40%
GREEN value IS 113 (44.53% from 255) = 35.09%
BLUE value IS 124 (48.83% from 255) = 38.51%
R=26.40%
G=35.09%
B=38.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal851131240.310.0900.51196.9218.6640.98
Hex55717C1F9033c51329
Octal12516117437110633052351
Binary10101011110001111110011111100101100111100010110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55717C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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