Html Css Color HEX #557870 William

📋 copy color: '#557870'

red 85 ◦ green 120 ◦ blue 112

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

Shades of William #557870

Tints of William #557870

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.85%

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

R = 26.81%
G = 37.85%
B = 35.33%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#557870 (or 0x557870) is known color: William. HEX triplet: 55, 78 and 70. RGB value is (85,120,112). Sum of RGB (Red+Green+Blue) = 85+120+112=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 120 (47.27% from 255 or 37.85% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 120 - color contains mainly: green. Hex color #557870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557870 is #AA878F. Grayscale: #6C6C6C. Windows color (decimal): -11175824 or 7370837. OLE color: 7370837.

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

Color convert

RGB 85 120 112 -
CMYK 0.29 0 0.07 0.53
HSL 166.29º 0.17% 0.4% -
HSV(B) 166.29º 0.29% 0.47% -
XYZ 13.39 16.53 17.82 -
YUV 108.62 129.9 111.15 -
System Red Green Blue C M Y K H S L
Decimal 85 120 112 0.29 0 0.07 0.53 166.29 0.17 0.4
Hex 55 78 70 1D 0 7 35 A6 11 28
Octal 125 170 160 35 0 7 65 246 21 50
Binary 1010101 1111000 1110000 11101 0 111 110101 10100110 10001 101000

Color Harmonies of #557870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557870

Black with #557870

Text Example


Text Example

White with #557870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557870; }

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

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

background-color css

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

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

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

border-color css

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

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

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