#547470

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

Shades of William #547470

Tints of William #547470

Color information

#547470 (or 0x547470) is unknown color: approx William. HEX triplet: 54, 74 and 70. RGB value is (84,116,112). Sum of RGB (Red+Green+Blue) = 84+116+112=312 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.92% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 116 - color contains mainly: green. Hex color #547470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547470 is #AB8B8F. Grayscale: #696969. Windows color (decimal): -11242384 or 7369812. OLE color: 7369812.

HSL color Cylindrical-coordinate representation of color #547470: hue angle of 172.5º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #547470 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB84116112-
CMYK0.2800.030.55
HSL172.5º16%39.22%-
HSV(B)172.5º27.59%45.49%-
XYZ12.8315.5517.65-
YUV105.98131.4112.33-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.92%
GREEN value IS 116 (45.70% from 255) = 37.18%
BLUE value IS 112 (44.14% from 255) = 35.90%
R=26.92%
G=37.18%
B=35.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal841161120.2800.030.55172.51639.22
Hex5474701C0337ac1027
Octal1241641603403672542047
Binary101010011101001110000111000111101111010110010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547470; }

 p { color: rgb(84,116,112); }

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

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

 a { background-color: rgb(84,116,112); }

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

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

 span { border-color: rgb(84,116,112); }

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