Html Css Color HEX #557170 William

📋 copy color: '#557170'

red 85 ◦ green 113 ◦ blue 112

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

Shades of William #557170

Tints of William #557170

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.45%

 BLUE value IS 112 (44.14% from 255) = 36.13%

R = 27.42%
G = 36.45%
B = 36.13%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#557170 (or 0x557170) is known color: William. HEX triplet: 55, 71 and 70. RGB value is (85,113,112). Sum of RGB (Red+Green+Blue) = 85+113+112=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 113 - color contains mainly: green. Hex color #557170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557170 is #AA8E8F. Grayscale: #686868. Windows color (decimal): -11177616 or 7369045. OLE color: 7369045.

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

Color convert

RGB 85 113 112 -
CMYK 0.25 0 0.01 0.56
HSL 177.86º 0.14% 0.39% -
HSV(B) 177.86º 0.25% 0.44% -
XYZ 12.58 14.91 17.54 -
YUV 104.51 132.22 114.08 -
System Red Green Blue C M Y K H S L
Decimal 85 113 112 0.25 0 0.01 0.56 177.86 0.14 0.39
Hex 55 71 70 19 0 1 38 B2 E 27
Octal 125 161 160 31 0 1 70 262 16 47
Binary 1010101 1110001 1110000 11001 0 1 111000 10110010 1110 100111

Color Harmonies of #557170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557170

Black with #557170

Text Example


Text Example

White with #557170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557170; }

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

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

background-color css

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

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

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

border-color css

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

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

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