Html Css Color HEX #55706F William

📋 copy color: '#55706F'

red 85 ◦ green 112 ◦ blue 111

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

Shades of William #55706F

Tints of William #55706F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.36%

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

R = 27.6%
G = 36.36%
B = 36.04%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#55706F (or 0x55706F) is known color: William. HEX triplet: 55, 70 and 6F. RGB value is (85,112,111). Sum of RGB (Red+Green+Blue) = 85+112+111=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 112 - color contains mainly: green. Hex color #55706F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55706F is #AA8F90. Grayscale: #676767. Windows color (decimal): -11177873 or 7303253. OLE color: 7303253.

HSL color Cylindrical-coordinate representation of color #55706F: hue angle of 177.78º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #55706F is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 112 111 -
CMYK 0.24 0 0.01 0.56
HSL 177.78º 0.14% 0.39% -
HSV(B) 177.78º 0.24% 0.44% -
XYZ 12.41 14.67 17.22 -
YUV 103.81 132.05 114.58 -
System Red Green Blue C M Y K H S L
Decimal 85 112 111 0.24 0 0.01 0.56 177.78 0.14 0.39
Hex 55 70 6F 18 0 1 38 B2 E 27
Octal 125 160 157 30 0 1 70 262 16 47
Binary 1010101 1110000 1101111 11000 0 1 111000 10110010 1110 100111

Color Harmonies of #55706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55706F

Black with #55706F

Text Example


Text Example

White with #55706F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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