Html Css Color HEX #54756F William

📋 copy color: '#54756F'

red 84 ◦ green 117 ◦ blue 111

#54756F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of William #54756F

Tints of William #54756F

RGB

 RED value IS 84 (33.2% from 255) = 26.92%

 GREEN value IS 117 (46.09% from 255) = 37.5%

 BLUE value IS 111 (43.75% from 255) = 35.58%

R = 26.92%
G = 37.5%
B = 35.58%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#54756F (or 0x54756F) is known color: William. HEX triplet: 54, 75 and 6F. RGB value is (84,117,111). Sum of RGB (Red+Green+Blue) = 84+117+111=312 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.92% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 117 - color contains mainly: green. Hex color #54756F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54756F is #AB8A90. Grayscale: #6A6A6A. Windows color (decimal): -11242129 or 7304532. OLE color: 7304532.

HSL color Cylindrical-coordinate representation of color #54756F: hue angle of 169.09º 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 #54756F is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 84 117 111 -
CMYK 0.28 0 0.05 0.54
HSL 169.09º 0.16% 0.39% -
HSV(B) 169.09º 0.28% 0.46% -
XYZ 12.89 15.76 17.4 -
YUV 106.45 130.57 111.99 -
System Red Green Blue C M Y K H S L
Decimal 84 117 111 0.28 0 0.05 0.54 169.09 0.16 0.39
Hex 54 75 6F 1C 0 5 36 A9 10 27
Octal 124 165 157 34 0 5 66 251 20 47
Binary 1010100 1110101 1101111 11100 0 101 110110 10101001 10000 100111

Color Harmonies of #54756F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54756F

Black with #54756F

Text Example


Text Example

White with #54756F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54756F; }

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

 H1.HeaderClassName
 {
   color: #54756F;
 }
 .AnyTagClassName
 {
   color: #54756F;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #54756F;
 }
 .BgClassName
 {
   background-color: #54756F;
 }
</style>

border-color css

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

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

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