Html Css Color HEX #55746F William

📋 copy color: '#55746F'

red 85 ◦ green 116 ◦ blue 111

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

Shades of William #55746F

Tints of William #55746F

RGB

 RED value IS 85 (33.59% from 255) = 27.24%

 GREEN value IS 116 (45.7% from 255) = 37.18%

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

R = 27.24%
G = 37.18%
B = 35.58%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#55746F (or 0x55746F) is known color: William. HEX triplet: 55, 74 and 6F. RGB value is (85,116,111). Sum of RGB (Red+Green+Blue) = 85+116+111=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 116 - color contains mainly: green. Hex color #55746F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55746F is #AA8B90. Grayscale: #6A6A6A. Windows color (decimal): -11176849 or 7304277. OLE color: 7304277.

HSL color Cylindrical-coordinate representation of color #55746F: hue angle of 170.32º degrees, saturation: 0.15, 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 #55746F is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 116 111 -
CMYK 0.27 0 0.04 0.55
HSL 170.32º 0.15% 0.39% -
HSV(B) 170.32º 0.27% 0.45% -
XYZ 12.86 15.57 17.37 -
YUV 106.16 130.73 112.91 -
System Red Green Blue C M Y K H S L
Decimal 85 116 111 0.27 0 0.04 0.55 170.32 0.15 0.39
Hex 55 74 6F 1B 0 4 37 AA F 27
Octal 125 164 157 33 0 4 67 252 17 47
Binary 1010101 1110100 1101111 11011 0 100 110111 10101010 1111 100111

Color Harmonies of #55746F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55746F

Black with #55746F

Text Example


Text Example

White with #55746F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,116,111); }

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

background-color css

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

 a { background-color: rgb(85,116,111); }

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

border-color css

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

 span { border-color: rgb(85,116,111); }

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