Html Css Color HEX #55776F William

📋 copy color: '#55776F'

red 85 ◦ green 119 ◦ blue 111

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

Shades of William #55776F

Tints of William #55776F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.78%

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

R = 26.98%
G = 37.78%
B = 35.24%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#55776F (or 0x55776F) is known color: William. HEX triplet: 55, 77 and 6F. RGB value is (85,119,111). Sum of RGB (Red+Green+Blue) = 85+119+111=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 119 - color contains mainly: green. Hex color #55776F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55776F is #AA8890. Grayscale: #6B6B6B. Windows color (decimal): -11176081 or 7305045. OLE color: 7305045.

HSL color Cylindrical-coordinate representation of color #55776F: hue angle of 165.88º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #55776F is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 119 111 -
CMYK 0.29 0 0.07 0.53
HSL 165.88º 0.17% 0.4% -
HSV(B) 165.88º 0.29% 0.47% -
XYZ 13.21 16.27 17.48 -
YUV 107.92 129.74 111.65 -
System Red Green Blue C M Y K H S L
Decimal 85 119 111 0.29 0 0.07 0.53 165.88 0.17 0.4
Hex 55 77 6F 1D 0 7 35 A6 11 28
Octal 125 167 157 35 0 7 65 246 21 50
Binary 1010101 1110111 1101111 11101 0 111 110101 10100110 10001 101000

Color Harmonies of #55776F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55776F

Black with #55776F

Text Example


Text Example

White with #55776F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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