#54727A

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

Shades of Bismark #54727A

Tints of Bismark #54727A

Color information

#54727A (or 0x54727A) is unknown color: approx Bismark. HEX triplet: 54, 72 and 7A. RGB value is (84,114,122). Sum of RGB (Red+Green+Blue) = 84+114+122=320 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.25% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 122 (48.05% from 255 or 38.12% from 320); Max value from RGB is 122 - color contains mainly: blue. Hex color #54727A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54727A is #AB8D85. Grayscale: #696969. Windows color (decimal): -11242886 or 8024660. OLE color: 8024660.

HSL color Cylindrical-coordinate representation of color #54727A: hue angle of 192.63º 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 #54727A is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB84114122-
CMYK0.310.0700.52
HSL192.63º18.45%40.39%-
HSV(B)192.63º31.15%47.84%-
XYZ13.1915.3220.68-
YUV105.94137.06112.35-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.25%
GREEN value IS 114 (44.92% from 255) = 35.62%
BLUE value IS 122 (48.05% from 255) = 38.12%
R=26.25%
G=35.62%
B=38.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal841141220.310.0700.52192.6318.4540.39
Hex54727A1F7034c11228
Octal1241621723770643012250
Binary1010100111001011110101111111101101001100000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54727A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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