#54737A

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

Shades of Bismark #54737A

Tints of Bismark #54737A

Color information

#54737A (or 0x54737A) is unknown color: approx Bismark. HEX triplet: 54, 73 and 7A. RGB value is (84,115,122). Sum of RGB (Red+Green+Blue) = 84+115+122=321 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.17% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 122 - color contains mainly: blue. Hex color #54737A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54737A is #AB8C85. Grayscale: #6A6A6A. Windows color (decimal): -11242630 or 8024916. OLE color: 8024916.

HSL color Cylindrical-coordinate representation of color #54737A: hue angle of 191.05º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #54737A is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB84115122-
CMYK0.310.0600.52
HSL191.05º18.45%40.39%-
HSV(B)191.05º31.15%47.84%-
XYZ13.315.5520.71-
YUV106.53136.73111.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.17%
GREEN value IS 115 (45.31% from 255) = 35.83%
BLUE value IS 122 (48.05% from 255) = 38.01%
R=26.17%
G=35.83%
B=38.01%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal841151220.310.0600.52191.0518.4540.39
Hex54737A1F6034bf1228
Octal1241631723760642772250
Binary1010100111001111110101111111001101001011111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54737A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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