Html Css Color HEX #559179 Patina

📋 copy color: '#559179'

red 85 ◦ green 145 ◦ blue 121

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

Shades of Patina #559179

Tints of Patina #559179

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.31%

 BLUE value IS 121 (47.66% from 255) = 34.47%

R = 24.22%
G = 41.31%
B = 34.47%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#559179 (or 0x559179) is known color: Patina. HEX triplet: 55, 91 and 79. RGB value is (85,145,121). Sum of RGB (Red+Green+Blue) = 85+145+121=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 145 (57.03% from 255 or 41.31% from 351); Blue value is 121 (47.66% from 255 or 34.47% from 351); Max value from RGB is 145 - color contains mainly: green. Hex color #559179 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559179 is #AA6E86. Grayscale: #7C7C7C. Windows color (decimal): -11169415 or 7967061. OLE color: 7967061.

HSL color Cylindrical-coordinate representation of color #559179: hue angle of 156º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #559179 is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB 85 145 121 -
CMYK 0.41 0 0.17 0.43
HSL 156º 0.26% 0.45% -
HSV(B) 156º 0.41% 0.57% -
XYZ 17.32 23.56 21.72 -
YUV 124.32 126.12 99.95 -
System Red Green Blue C M Y K H S L
Decimal 85 145 121 0.41 0 0.17 0.43 156 0.26 0.45
Hex 55 91 79 29 0 11 2B 9C 1A 2D
Octal 125 221 171 51 0 21 53 234 32 55
Binary 1010101 10010001 1111001 101001 0 10001 101011 10011100 11010 101101

Color Harmonies of #559179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559179

Black with #559179

Text Example


Text Example

White with #559179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559179; }

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

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

background-color css

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

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

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

border-color css

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

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

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