#54706B

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

Shades of William #54706B

Tints of William #54706B

Color information

#54706B (or 0x54706B) is unknown color: approx William. HEX triplet: 54, 70 and 6B. RGB value is (84,112,107). Sum of RGB (Red+Green+Blue) = 84+112+107=303 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.72% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 107 (42.19% from 255 or 35.31% from 303); Max value from RGB is 112 - color contains mainly: green. Hex color #54706B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54706B is #AB8F94. Grayscale: #676767. Windows color (decimal): -11243413 or 7041108. OLE color: 7041108.

HSL color Cylindrical-coordinate representation of color #54706B: hue angle of 169.29º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #54706B is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB84112107-
CMYK0.2500.040.56
HSL169.29º14.29%38.43%-
HSV(B)169.29º25%43.92%-
XYZ12.114.5316.08-
YUV103.06130.22114.41-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.72%
GREEN value IS 112 (44.14% from 255) = 36.96%
BLUE value IS 107 (42.19% from 255) = 35.31%
R=27.72%
G=36.96%
B=35.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal841121070.2500.040.56169.2914.2938.43
Hex54706B190438a9e26
Octal1241601533104702511646
Binary101010011100001101011110010100111000101010011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54706B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54706B; }

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

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

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

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

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

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

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

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