Html Css Color HEX #557171 William

📋 copy color: '#557171'

red 85 ◦ green 113 ◦ blue 113

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

Shades of William #557171

Tints of William #557171

RGB

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

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

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

R = 27.33%
G = 36.33%
B = 36.33%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#557171 (or 0x557171) is known color: William. HEX triplet: 55, 71 and 71. RGB value is (85,113,113). Sum of RGB (Red+Green+Blue) = 85+113+113=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 113 (44.53% from 255 or 36.33% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 113 - color contains mainly: green, blue. Hex color #557171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557171 is #AA8E8E. Grayscale: #686868. Windows color (decimal): -11177615 or 7434581. OLE color: 7434581.

HSL color Cylindrical-coordinate representation of color #557171: hue angle of 180º 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 #557171 is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 113 113 -
CMYK 0.25 0 0 0.56
HSL 180º 0.14% 0.39% -
HSV(B) 180º 0.25% 0.44% -
XYZ 12.63 14.93 17.84 -
YUV 104.63 132.72 114 -
System Red Green Blue C M Y K H S L
Decimal 85 113 113 0.25 0 0 0.56 180 0.14 0.39
Hex 55 71 71 19 0 0 38 B4 E 27
Octal 125 161 161 31 0 0 70 264 16 47
Binary 1010101 1110001 1110001 11001 0 0 111000 10110100 1110 100111

Color Harmonies of #557171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557171

Black with #557171

Text Example


Text Example

White with #557171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557171; }

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

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

background-color css

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

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

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

border-color css

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

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

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