#547572

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

Shades of William #547572

Tints of William #547572

Color information

#547572 (or 0x547572) is unknown color: approx William. HEX triplet: 54, 75 and 72. RGB value is (84,117,114). Sum of RGB (Red+Green+Blue) = 84+117+114=315 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.67% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 117 - color contains mainly: green. Hex color #547572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547572 is #AB8A8D. Grayscale: #6A6A6A. Windows color (decimal): -11242126 or 7501140. OLE color: 7501140.

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

Color convert

RGB84117114-
CMYK0.2800.030.54
HSL174.55º16.42%39.41%-
HSV(B)174.55º28.21%45.88%-
XYZ13.0515.8218.29-
YUV106.79132.07111.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.67%
GREEN value IS 117 (46.09% from 255) = 37.14%
BLUE value IS 114 (44.92% from 255) = 36.19%
R=26.67%
G=37.14%
B=36.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal841171140.2800.030.54174.5516.4239.41
Hex5475721C0336af1027
Octal1241651623403662572047
Binary101010011101011110010111000111101101010111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547572; }

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

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

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

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

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

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

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

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