Html Css Color HEX #559679 Patina

📋 copy color: '#559679'

red 85 ◦ green 150 ◦ blue 121

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

Shades of Patina #559679

Tints of Patina #559679

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.13%

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

R = 23.88%
G = 42.13%
B = 33.99%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#559679 (or 0x559679) is known color: Patina. HEX triplet: 55, 96 and 79. RGB value is (85,150,121). Sum of RGB (Red+Green+Blue) = 85+150+121=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 150 (58.98% from 255 or 42.13% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 150 - color contains mainly: green. Hex color #559679 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559679 is #AA6986. Grayscale: #7F7F7F. Windows color (decimal): -11168135 or 7968341. OLE color: 7968341.

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

Color convert

RGB 85 150 121 -
CMYK 0.43 0 0.19 0.41
HSL 153.23º 0.28% 0.46% -
HSV(B) 153.23º 0.43% 0.59% -
XYZ 18.1 25.12 21.98 -
YUV 127.26 124.47 97.86 -
System Red Green Blue C M Y K H S L
Decimal 85 150 121 0.43 0 0.19 0.41 153.23 0.28 0.46
Hex 55 96 79 2B 0 13 29 99 1C 2E
Octal 125 226 171 53 0 23 51 231 34 56
Binary 1010101 10010110 1111001 101011 0 10011 101001 10011001 11100 101110

Color Harmonies of #559679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559679

Black with #559679

Text Example


Text Example

White with #559679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559679; }

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

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

background-color css

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

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

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

border-color css

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

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

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