Html Css Color HEX #557970 William

📋 copy color: '#557970'

red 85 ◦ green 121 ◦ blue 112

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

Shades of William #557970

Tints of William #557970

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.05%

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

R = 26.73%
G = 38.05%
B = 35.22%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#557970 (or 0x557970) is known color: William. HEX triplet: 55, 79 and 70. RGB value is (85,121,112). Sum of RGB (Red+Green+Blue) = 85+121+112=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 121 (47.66% from 255 or 38.05% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 121 - color contains mainly: green. Hex color #557970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557970 is #AA868F. Grayscale: #6D6D6D. Windows color (decimal): -11175568 or 7371093. OLE color: 7371093.

HSL color Cylindrical-coordinate representation of color #557970: hue angle of 165º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #557970 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 121 112 -
CMYK 0.30 0 0.07 0.53
HSL 165º 0.17% 0.4% -
HSV(B) 165º 0.3% 0.47% -
XYZ 13.51 16.78 17.86 -
YUV 109.21 129.57 110.73 -
System Red Green Blue C M Y K H S L
Decimal 85 121 112 0.30 0 0.07 0.53 165 0.17 0.4
Hex 55 79 70 1E 0 7 35 A5 11 28
Octal 125 171 160 36 0 7 65 245 21 50
Binary 1010101 1111001 1110000 11110 0 111 110101 10100101 10001 101000

Color Harmonies of #557970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557970

Black with #557970

Text Example


Text Example

White with #557970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557970; }

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

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

background-color css

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

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

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

border-color css

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

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

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