Html Css Color HEX #557770 William

📋 copy color: '#557770'

red 85 ◦ green 119 ◦ blue 112

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

Shades of William #557770

Tints of William #557770

RGB

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

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

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

R = 26.9%
G = 37.66%
B = 35.44%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#557770 (or 0x557770) is known color: William. HEX triplet: 55, 77 and 70. RGB value is (85,119,112). Sum of RGB (Red+Green+Blue) = 85+119+112=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 119 (46.88% from 255 or 37.66% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 119 - color contains mainly: green. Hex color #557770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557770 is #AA888F. Grayscale: #6C6C6C. Windows color (decimal): -11176080 or 7370581. OLE color: 7370581.

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

Color convert

RGB 85 119 112 -
CMYK 0.29 0 0.06 0.53
HSL 167.65º 0.17% 0.4% -
HSV(B) 167.65º 0.29% 0.47% -
XYZ 13.27 16.29 17.78 -
YUV 108.04 130.24 111.57 -
System Red Green Blue C M Y K H S L
Decimal 85 119 112 0.29 0 0.06 0.53 167.65 0.17 0.4
Hex 55 77 70 1D 0 6 35 A8 11 28
Octal 125 167 160 35 0 6 65 250 21 50
Binary 1010101 1110111 1110000 11101 0 110 110101 10101000 10001 101000

Color Harmonies of #557770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557770

Black with #557770

Text Example


Text Example

White with #557770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557770; }

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

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

background-color css

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

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

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

border-color css

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

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

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