Html Css Color HEX #559577 Patina

📋 copy color: '#559577'

red 85 ◦ green 149 ◦ blue 119

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

Shades of Patina #559577

Tints of Patina #559577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.71%

R = 24.08%
G = 42.21%
B = 33.71%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#559577 (or 0x559577) is known color: Patina. HEX triplet: 55, 95 and 77. RGB value is (85,149,119). Sum of RGB (Red+Green+Blue) = 85+149+119=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 149 (58.59% from 255 or 42.21% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 149 - color contains mainly: green. Hex color #559577 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559577 is #AA6A88. Grayscale: #7E7E7E. Windows color (decimal): -11168393 or 7837013. OLE color: 7837013.

HSL color Cylindrical-coordinate representation of color #559577: hue angle of 151.88º 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 #559577 is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 149 119 -
CMYK 0.43 0 0.20 0.42
HSL 151.88º 0.27% 0.46% -
HSV(B) 151.88º 0.43% 0.58% -
XYZ 17.82 24.76 21.29 -
YUV 126.44 123.8 98.44 -
System Red Green Blue C M Y K H S L
Decimal 85 149 119 0.43 0 0.20 0.42 151.88 0.27 0.46
Hex 55 95 77 2B 0 14 2A 98 1B 2E
Octal 125 225 167 53 0 24 52 230 33 56
Binary 1010101 10010101 1110111 101011 0 10100 101010 10011000 11011 101110

Color Harmonies of #559577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559577

Black with #559577

Text Example


Text Example

White with #559577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559577; }

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

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

background-color css

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

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

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

border-color css

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

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

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