Html Css Color HEX #559080 Patina

📋 copy color: '#559080'

red 85 ◦ green 144 ◦ blue 128

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

Shades of Patina #559080

Tints of Patina #559080

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.34%

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

R = 23.81%
G = 40.34%
B = 35.85%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#559080 (or 0x559080) is known color: Patina. HEX triplet: 55, 90 and 80. RGB value is (85,144,128). Sum of RGB (Red+Green+Blue) = 85+144+128=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 144 (56.64% from 255 or 40.34% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 144 - color contains mainly: green. Hex color #559080 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559080 is #AA6F7F. Grayscale: #7C7C7C. Windows color (decimal): -11169664 or 8425557. OLE color: 8425557.

HSL color Cylindrical-coordinate representation of color #559080: hue angle of 163.73º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #559080 is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB 85 144 128 -
CMYK 0.41 0 0.11 0.44
HSL 163.73º 0.26% 0.45% -
HSV(B) 163.73º 0.41% 0.56% -
XYZ 17.62 23.44 24.02 -
YUV 124.54 129.95 99.8 -
System Red Green Blue C M Y K H S L
Decimal 85 144 128 0.41 0 0.11 0.44 163.73 0.26 0.45
Hex 55 90 80 29 0 B 2C A4 1A 2D
Octal 125 220 200 51 0 13 54 244 32 55
Binary 1010101 10010000 10000000 101001 0 1011 101100 10100100 11010 101101

Color Harmonies of #559080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559080

Black with #559080

Text Example


Text Example

White with #559080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559080; }

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

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

background-color css

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

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

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

border-color css

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

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

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