Html Css Color HEX #557A71 William

📋 copy color: '#557A71'

red 85 ◦ green 122 ◦ blue 113

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

Shades of William #557A71

Tints of William #557A71

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.13%

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

R = 26.56%
G = 38.13%
B = 35.31%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#557A71 (or 0x557A71) is known color: William. HEX triplet: 55, 7A and 71. RGB value is (85,122,113). Sum of RGB (Red+Green+Blue) = 85+122+113=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 122 (48.05% from 255 or 38.12% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 122 - color contains mainly: green. Hex color #557A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557A71 is #AA858E. Grayscale: #6D6D6D. Windows color (decimal): -11175311 or 7436885. OLE color: 7436885.

HSL color Cylindrical-coordinate representation of color #557A71: hue angle of 165.41º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #557A71 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB 85 122 113 -
CMYK 0.30 0 0.07 0.52
HSL 165.41º 0.18% 0.41% -
HSV(B) 165.41º 0.3% 0.48% -
XYZ 13.69 17.04 18.19 -
YUV 109.91 129.74 110.23 -
System Red Green Blue C M Y K H S L
Decimal 85 122 113 0.30 0 0.07 0.52 165.41 0.18 0.41
Hex 55 7A 71 1E 0 7 34 A5 12 29
Octal 125 172 161 36 0 7 64 245 22 51
Binary 1010101 1111010 1110001 11110 0 111 110100 10100101 10010 101001

Color Harmonies of #557A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557A71

Black with #557A71

Text Example


Text Example

White with #557A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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