#547A72

Color #547A72 William (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of William #547A72

Tints of William #547A72

Color information

#547A72 (or 0x547A72) is unknown color: approx William. HEX triplet: 54, 7A and 72. RGB value is (84,122,114). Sum of RGB (Red+Green+Blue) = 84+122+114=320 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.25% from 320); Green value is 122 (48.05% from 255 or 38.12% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 122 - color contains mainly: green. Hex color #547A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547A72 is #AB858D. Grayscale: #6D6D6D. Windows color (decimal): -11240846 or 7502420. OLE color: 7502420.

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

Color convert

RGB84122114-
CMYK0.3100.070.52
HSL167.37º18.45%40.39%-
HSV(B)167.37º31.15%47.84%-
XYZ13.6517.0218.48-
YUV109.73130.41109.65-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal841221140.3100.070.52167.3718.4540.39
Hex547A721F0734a71228
Octal1241721623707642472250
Binary1010100111101011100101111101111101001010011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547A72; }

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

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

<style>
 a { background-color: #547A72; }

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

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

<style>
 span { border-color: #547A72; }

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

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