Html Css Color HEX #557571 William

📋 copy color: '#557571'

red 85 ◦ green 117 ◦ blue 113

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

Shades of William #557571

Tints of William #557571

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.14%

 BLUE value IS 113 (44.53% from 255) = 35.87%

R = 26.98%
G = 37.14%
B = 35.87%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#557571 (or 0x557571) is known color: William. HEX triplet: 55, 75 and 71. RGB value is (85,117,113). Sum of RGB (Red+Green+Blue) = 85+117+113=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 117 - color contains mainly: green. Hex color #557571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557571 is #AA8A8E. Grayscale: #6A6A6A. Windows color (decimal): -11176591 or 7435605. OLE color: 7435605.

HSL color Cylindrical-coordinate representation of color #557571: hue angle of 172.5º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #557571 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 117 113 -
CMYK 0.27 0 0.03 0.54
HSL 172.5º 0.16% 0.4% -
HSV(B) 172.5º 0.27% 0.46% -
XYZ 13.09 15.85 17.99 -
YUV 106.98 131.4 112.33 -
System Red Green Blue C M Y K H S L
Decimal 85 117 113 0.27 0 0.03 0.54 172.5 0.16 0.4
Hex 55 75 71 1B 0 3 36 AC 10 28
Octal 125 165 161 33 0 3 66 254 20 50
Binary 1010101 1110101 1110001 11011 0 11 110110 10101100 10000 101000

Color Harmonies of #557571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557571

Black with #557571

Text Example


Text Example

White with #557571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557571; }

 p { color: rgb(85,117,113); }

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

background-color css

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

 a { background-color: rgb(85,117,113); }

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

border-color css

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

 span { border-color: rgb(85,117,113); }

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