Html Css Color HEX #559779 Patina

📋 copy color: '#559779'

red 85 ◦ green 151 ◦ blue 121

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

Shades of Patina #559779

Tints of Patina #559779

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.3%

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

R = 23.81%
G = 42.3%
B = 33.89%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#559779 (or 0x559779) is known color: Patina. HEX triplet: 55, 97 and 79. RGB value is (85,151,121). Sum of RGB (Red+Green+Blue) = 85+151+121=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 151 (59.38% from 255 or 42.30% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 151 - color contains mainly: green. Hex color #559779 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559779 is #AA6886. Grayscale: #7F7F7F. Windows color (decimal): -11167879 or 7968597. OLE color: 7968597.

HSL color Cylindrical-coordinate representation of color #559779: hue angle of 152.73º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #559779 is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB 85 151 121 -
CMYK 0.44 0 0.20 0.41
HSL 152.73º 0.28% 0.46% -
HSV(B) 152.73º 0.44% 0.59% -
XYZ 18.26 25.44 22.04 -
YUV 127.85 124.13 97.44 -
System Red Green Blue C M Y K H S L
Decimal 85 151 121 0.44 0 0.20 0.41 152.73 0.28 0.46
Hex 55 97 79 2C 0 14 29 99 1C 2E
Octal 125 227 171 54 0 24 51 231 34 56
Binary 1010101 10010111 1111001 101100 0 10100 101001 10011001 11100 101110

Color Harmonies of #559779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559779

Black with #559779

Text Example


Text Example

White with #559779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559779; }

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

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

background-color css

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

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

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

border-color css

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

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

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