Html Css Color HEX #559D80 Patina

📋 copy color: '#559D80'

red 85 ◦ green 157 ◦ blue 128

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

Shades of Patina #559D80

Tints of Patina #559D80

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.43%

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

R = 22.97%
G = 42.43%
B = 34.59%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#559D80 (or 0x559D80) is known color: Patina. HEX triplet: 55, 9D and 80. RGB value is (85,157,128). Sum of RGB (Red+Green+Blue) = 85+157+128=370 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.97% from 370); Green value is 157 (61.72% from 255 or 42.43% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 157 - color contains mainly: green. Hex color #559D80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559D80 is #AA627F. Grayscale: #848484. Windows color (decimal): -11166336 or 8428885. OLE color: 8428885.

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

Color convert

RGB 85 157 128 -
CMYK 0.46 0 0.18 0.38
HSL 155.83º 0.3% 0.47% -
HSV(B) 155.83º 0.46% 0.62% -
XYZ 19.7 27.6 24.71 -
YUV 132.17 125.65 94.36 -
System Red Green Blue C M Y K H S L
Decimal 85 157 128 0.46 0 0.18 0.38 155.83 0.3 0.47
Hex 55 9D 80 2E 0 12 26 9C 1E 2F
Octal 125 235 200 56 0 22 46 234 36 57
Binary 1010101 10011101 10000000 101110 0 10010 100110 10011100 11110 101111

Color Harmonies of #559D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559D80

Black with #559D80

Text Example


Text Example

White with #559D80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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