Html Css Color HEX #559579 Patina

📋 copy color: '#559579'

red 85 ◦ green 149 ◦ blue 121

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

Shades of Patina #559579

Tints of Patina #559579

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.97%

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

R = 23.94%
G = 41.97%
B = 34.08%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#559579 (or 0x559579) is known color: Patina. HEX triplet: 55, 95 and 79. RGB value is (85,149,121). Sum of RGB (Red+Green+Blue) = 85+149+121=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 149 (58.59% from 255 or 41.97% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 149 - color contains mainly: green. Hex color #559579 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559579 is #AA6A86. Grayscale: #7E7E7E. Windows color (decimal): -11168391 or 7968085. OLE color: 7968085.

HSL color Cylindrical-coordinate representation of color #559579: hue angle of 153.75º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #559579 is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 149 121 -
CMYK 0.43 0 0.19 0.42
HSL 153.75º 0.27% 0.46% -
HSV(B) 153.75º 0.43% 0.58% -
XYZ 17.94 24.81 21.93 -
YUV 126.67 124.8 98.28 -
System Red Green Blue C M Y K H S L
Decimal 85 149 121 0.43 0 0.19 0.42 153.75 0.27 0.46
Hex 55 95 79 2B 0 13 2A 9A 1B 2E
Octal 125 225 171 53 0 23 52 232 33 56
Binary 1010101 10010101 1111001 101011 0 10011 101010 10011010 11011 101110

Color Harmonies of #559579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559579

Black with #559579

Text Example


Text Example

White with #559579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559579; }

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

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

background-color css

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

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

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

border-color css

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

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

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