Html Css Color HEX #559680 Patina

📋 copy color: '#559680'

red 85 ◦ green 150 ◦ blue 128

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

Shades of Patina #559680

Tints of Patina #559680

RGB

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

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

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

R = 23.42%
G = 41.32%
B = 35.26%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#559680 (or 0x559680) is known color: Patina. HEX triplet: 55, 96 and 80. RGB value is (85,150,128). Sum of RGB (Red+Green+Blue) = 85+150+128=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 150 (58.98% from 255 or 41.32% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 150 - color contains mainly: green. Hex color #559680 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559680 is #AA697F. Grayscale: #808080. Windows color (decimal): -11168128 or 8427093. OLE color: 8427093.

HSL color Cylindrical-coordinate representation of color #559680: hue angle of 159.69º 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 #559680 is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 85 150 128 -
CMYK 0.43 0 0.15 0.41
HSL 159.69º 0.28% 0.46% -
HSV(B) 159.69º 0.43% 0.59% -
XYZ 18.55 25.3 24.33 -
YUV 128.06 127.97 97.29 -
System Red Green Blue C M Y K H S L
Decimal 85 150 128 0.43 0 0.15 0.41 159.69 0.28 0.46
Hex 55 96 80 2B 0 F 29 A0 1C 2E
Octal 125 226 200 53 0 17 51 240 34 56
Binary 1010101 10010110 10000000 101011 0 1111 101001 10100000 11100 101110

Color Harmonies of #559680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559680

Black with #559680

Text Example


Text Example

White with #559680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559680; }

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

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

background-color css

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

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

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

border-color css

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

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

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