Html Css Color HEX #559E80 Patina

📋 copy color: '#559E80'

red 85 ◦ green 158 ◦ blue 128

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

Shades of Patina #559E80

Tints of Patina #559E80

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.59%

 BLUE value IS 128 (50.39% from 255) = 34.5%

R = 22.91%
G = 42.59%
B = 34.5%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#559E80 (or 0x559E80) is known color: Patina. HEX triplet: 55, 9E and 80. RGB value is (85,158,128). Sum of RGB (Red+Green+Blue) = 85+158+128=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 158 (62.11% from 255 or 42.59% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 158 - color contains mainly: green. Hex color #559E80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559E80 is #AA617F. Grayscale: #848484. Windows color (decimal): -11166080 or 8429141. OLE color: 8429141.

HSL color Cylindrical-coordinate representation of color #559E80: hue angle of 155.34º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #559E80 is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 158 128 -
CMYK 0.46 0 0.19 0.38
HSL 155.34º 0.3% 0.48% -
HSV(B) 155.34º 0.46% 0.62% -
XYZ 19.87 27.94 24.77 -
YUV 132.75 125.32 93.94 -
System Red Green Blue C M Y K H S L
Decimal 85 158 128 0.46 0 0.19 0.38 155.34 0.3 0.48
Hex 55 9E 80 2E 0 13 26 9B 1E 30
Octal 125 236 200 56 0 23 46 233 36 60
Binary 1010101 10011110 10000000 101110 0 10011 100110 10011011 11110 110000

Color Harmonies of #559E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559E80

Black with #559E80

Text Example


Text Example

White with #559E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559E80; }

 p { color: rgb(85,158,128); }

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

background-color css

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

 a { background-color: rgb(85,158,128); }

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

border-color css

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

 span { border-color: rgb(85,158,128); }

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