#54717C

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

Shades of Bismark #54717C

Tints of Bismark #54717C

Color information

#54717C (or 0x54717C) is unknown color: approx Bismark. HEX triplet: 54, 71 and 7C. RGB value is (84,113,124). Sum of RGB (Red+Green+Blue) = 84+113+124=321 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.17% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 124 - color contains mainly: blue. Hex color #54717C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54717C is #AB8E83. Grayscale: #696969. Windows color (decimal): -11243140 or 8155476. OLE color: 8155476.

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

Color convert

RGB84113124-
CMYK0.320.0900.51
HSL196.5º19.23%40.78%-
HSV(B)196.5º32.26%48.63%-
XYZ13.215.1521.3-
YUV105.58138.39112.61-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.17%
GREEN value IS 113 (44.53% from 255) = 35.20%
BLUE value IS 124 (48.83% from 255) = 38.63%
R=26.17%
G=35.20%
B=38.63%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal841131240.320.0900.51196.519.2340.78
Hex54717C209033c41329
Octal12416117440110633042351
Binary101010011100011111100100000100101100111100010010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54717C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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