Html Css Color HEX #557570 William

📋 copy color: '#557570'

red 85 ◦ green 117 ◦ blue 112

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

Shades of William #557570

Tints of William #557570

RGB

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

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

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

R = 27.07%
G = 37.26%
B = 35.67%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#557570 (or 0x557570) is known color: William. HEX triplet: 55, 75 and 70. RGB value is (85,117,112). Sum of RGB (Red+Green+Blue) = 85+117+112=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 117 - color contains mainly: green. Hex color #557570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557570 is #AA8A8F. Grayscale: #6A6A6A. Windows color (decimal): -11176592 or 7370069. OLE color: 7370069.

HSL color Cylindrical-coordinate representation of color #557570: hue angle of 170.62º 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 #557570 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 117 112 -
CMYK 0.27 0 0.04 0.54
HSL 170.63º 0.16% 0.4% -
HSV(B) 170.63º 0.27% 0.46% -
XYZ 13.03 15.82 17.7 -
YUV 106.86 130.9 112.41 -
System Red Green Blue C M Y K H S L
Decimal 85 117 112 0.27 0 0.04 0.54 170.63 0.16 0.4
Hex 55 75 70 1B 0 4 36 AB 10 28
Octal 125 165 160 33 0 4 66 253 20 50
Binary 1010101 1110101 1110000 11011 0 100 110110 10101011 10000 101000

Color Harmonies of #557570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557570

Black with #557570

Text Example


Text Example

White with #557570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557570; }

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

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

background-color css

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

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

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

border-color css

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

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

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