#54737D

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

Shades of Bismark #54737D

Tints of Bismark #54737D

Color information

#54737D (or 0x54737D) is unknown color: approx Bismark. HEX triplet: 54, 73 and 7D. RGB value is (84,115,125). Sum of RGB (Red+Green+Blue) = 84+115+125=324 (42% of max value = 765). Red value is 84 (33.20% from 255 or 25.93% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 125 - color contains mainly: blue. Hex color #54737D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54737D is #AB8C82. Grayscale: #6A6A6A. Windows color (decimal): -11242627 or 8221524. OLE color: 8221524.

HSL color Cylindrical-coordinate representation of color #54737D: hue angle of 194.63º degrees, saturation: 0.2, 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 #54737D is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB84115125-
CMYK0.330.0800.51
HSL194.63º19.62%40.98%-
HSV(B)194.63º32.8%49.02%-
XYZ13.4915.6321.71-
YUV106.87138.23111.69-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.93%
GREEN value IS 115 (45.31% from 255) = 35.49%
BLUE value IS 125 (49.22% from 255) = 38.58%
R=25.93%
G=35.49%
B=38.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal841151250.330.0800.51194.6319.6240.98
Hex54737D218033c31429
Octal12416317541100633032451
Binary101010011100111111101100001100001100111100001110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54737D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54737D; }

 p { color: rgb(84,115,125); }

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

<style>
 a { background-color: #54737D; }

 a { background-color: rgb(84,115,125); }

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

<style>
 span { border-color: #54737D; }

 span { border-color: rgb(84,115,125); }

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