#547370

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

Shades of William #547370

Tints of William #547370

Color information

#547370 (or 0x547370) is unknown color: approx William. HEX triplet: 54, 73 and 70. RGB value is (84,115,112). Sum of RGB (Red+Green+Blue) = 84+115+112=311 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.01% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 115 - color contains mainly: green. Hex color #547370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547370 is #AB8C8F. Grayscale: #696969. Windows color (decimal): -11242640 or 7369556. OLE color: 7369556.

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

Color convert

RGB84115112-
CMYK0.2700.030.55
HSL174.19º15.58%39.02%-
HSV(B)174.19º26.96%45.1%-
XYZ12.7115.3217.62-
YUV105.39131.73112.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.01%
GREEN value IS 115 (45.31% from 255) = 36.98%
BLUE value IS 112 (44.14% from 255) = 36.01%
R=27.01%
G=36.98%
B=36.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal841151120.2700.030.55174.1915.5839.02
Hex5473701B0337ae1027
Octal1241631603303672562047
Binary101010011100111110000110110111101111010111010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547370; }

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

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

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

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

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

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

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

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