#547471

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

Shades of William #547471

Tints of William #547471

Color information

#547471 (or 0x547471) is unknown color: approx William. HEX triplet: 54, 74 and 71. RGB value is (84,116,113). Sum of RGB (Red+Green+Blue) = 84+116+113=313 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.84% from 313); Green value is 116 (45.70% from 255 or 37.06% from 313); Blue value is 113 (44.53% from 255 or 36.10% from 313); Max value from RGB is 116 - color contains mainly: green. Hex color #547471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547471 is #AB8B8E. Grayscale: #6A6A6A. Windows color (decimal): -11242383 or 7435348. OLE color: 7435348.

HSL color Cylindrical-coordinate representation of color #547471: hue angle of 174.38º 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 #547471 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB84116113-
CMYK0.2800.030.55
HSL174.38º16%39.22%-
HSV(B)174.38º27.59%45.49%-
XYZ12.8815.5717.95-
YUV106.09131.9112.24-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.84%
GREEN value IS 116 (45.70% from 255) = 37.06%
BLUE value IS 113 (44.53% from 255) = 36.10%
R=26.84%
G=37.06%
B=36.10%

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
Decimal841161130.2800.030.55174.381639.22
Hex5474711C0337ae1027
Octal1241641613403672562047
Binary101010011101001110001111000111101111010111010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547471; }

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

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

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

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

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

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

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

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