Html Css Color HEX #557772 William

📋 copy color: '#557772'

red 85 ◦ green 119 ◦ blue 114

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

Shades of William #557772

Tints of William #557772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 35.85%

R = 26.73%
G = 37.42%
B = 35.85%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#557772 (or 0x557772) is known color: William. HEX triplet: 55, 77 and 72. RGB value is (85,119,114). Sum of RGB (Red+Green+Blue) = 85+119+114=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 119 (46.88% from 255 or 37.42% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 119 - color contains mainly: green. Hex color #557772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557772 is #AA888D. Grayscale: #6C6C6C. Windows color (decimal): -11176078 or 7501653. OLE color: 7501653.

HSL color Cylindrical-coordinate representation of color #557772: hue angle of 171.18º 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 #557772 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 119 114 -
CMYK 0.29 0 0.04 0.53
HSL 171.18º 0.17% 0.4% -
HSV(B) 171.18º 0.29% 0.47% -
XYZ 13.38 16.34 18.37 -
YUV 108.26 131.24 111.41 -
System Red Green Blue C M Y K H S L
Decimal 85 119 114 0.29 0 0.04 0.53 171.18 0.17 0.4
Hex 55 77 72 1D 0 4 35 AB 11 28
Octal 125 167 162 35 0 4 65 253 21 50
Binary 1010101 1110111 1110010 11101 0 100 110101 10101011 10001 101000

Color Harmonies of #557772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557772

Black with #557772

Text Example


Text Example

White with #557772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557772; }

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

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

background-color css

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

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

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

border-color css

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

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

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