Html Css Color HEX #55726F William

📋 copy color: '#55726F'

red 85 ◦ green 114 ◦ blue 111

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

Shades of William #55726F

Tints of William #55726F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.77%

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

R = 27.42%
G = 36.77%
B = 35.81%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#55726F (or 0x55726F) is known color: William. HEX triplet: 55, 72 and 6F. RGB value is (85,114,111). Sum of RGB (Red+Green+Blue) = 85+114+111=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 114 - color contains mainly: green. Hex color #55726F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55726F is #AA8D90. Grayscale: #686868. Windows color (decimal): -11177361 or 7303765. OLE color: 7303765.

HSL color Cylindrical-coordinate representation of color #55726F: hue angle of 173.79º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #55726F is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 114 111 -
CMYK 0.25 0 0.03 0.55
HSL 173.79º 0.15% 0.39% -
HSV(B) 173.79º 0.25% 0.45% -
XYZ 12.63 15.11 17.29 -
YUV 104.99 131.39 113.74 -
System Red Green Blue C M Y K H S L
Decimal 85 114 111 0.25 0 0.03 0.55 173.79 0.15 0.39
Hex 55 72 6F 19 0 3 37 AE F 27
Octal 125 162 157 31 0 3 67 256 17 47
Binary 1010101 1110010 1101111 11001 0 11 110111 10101110 1111 100111

Color Harmonies of #55726F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55726F

Black with #55726F

Text Example


Text Example

White with #55726F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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