#547872

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

Shades of William #547872

Tints of William #547872

Color information

#547872 (or 0x547872) is unknown color: approx William. HEX triplet: 54, 78 and 72. RGB value is (84,120,114). Sum of RGB (Red+Green+Blue) = 84+120+114=318 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.42% from 318); Green value is 120 (47.27% from 255 or 37.74% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 120 - color contains mainly: green. Hex color #547872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547872 is #AB878D. Grayscale: #6C6C6C. Windows color (decimal): -11241358 or 7501908. OLE color: 7501908.

HSL color Cylindrical-coordinate representation of color #547872: hue angle of 170º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #547872 is Cyan = 0.3, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB84120114-
CMYK0.300.050.53
HSL170º17.65%40%-
HSV(B)170º30%47.06%-
XYZ13.4116.5318.4-
YUV108.55131.07110.49-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.42%
GREEN value IS 120 (47.27% from 255) = 37.74%
BLUE value IS 114 (44.92% from 255) = 35.85%
R=26.42%
G=37.74%
B=35.85%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal841201140.300.050.5317017.6540
Hex5478721E0535aa1228
Octal1241701623605652522250
Binary1010100111100011100101111001011101011010101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547872; }

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

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

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

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

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

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

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

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