Html Css Color HEX #559781 Patina

📋 copy color: '#559781'

red 85 ◦ green 151 ◦ blue 129

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

Shades of Patina #559781

Tints of Patina #559781

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.37%

 BLUE value IS 129 (50.78% from 255) = 35.34%

R = 23.29%
G = 41.37%
B = 35.34%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#559781 (or 0x559781) is known color: Patina. HEX triplet: 55, 97 and 81. RGB value is (85,151,129). Sum of RGB (Red+Green+Blue) = 85+151+129=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 151 (59.38% from 255 or 41.37% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 151 - color contains mainly: green. Hex color #559781 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559781 is #AA687E. Grayscale: #808080. Windows color (decimal): -11167871 or 8492885. OLE color: 8492885.

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

Color convert

RGB 85 151 129 -
CMYK 0.44 0 0.15 0.41
HSL 160º 0.28% 0.46% -
HSV(B) 160º 0.44% 0.59% -
XYZ 18.78 25.65 24.73 -
YUV 128.76 128.13 96.79 -
System Red Green Blue C M Y K H S L
Decimal 85 151 129 0.44 0 0.15 0.41 160 0.28 0.46
Hex 55 97 81 2C 0 F 29 A0 1C 2E
Octal 125 227 201 54 0 17 51 240 34 56
Binary 1010101 10010111 10000001 101100 0 1111 101001 10100000 11100 101110

Color Harmonies of #559781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559781

Black with #559781

Text Example


Text Example

White with #559781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559781; }

 p { color: rgb(85,151,129); }

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

background-color css

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

 a { background-color: rgb(85,151,129); }

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

border-color css

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

 span { border-color: rgb(85,151,129); }

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