Html Css Color HEX #559981 Patina

📋 copy color: '#559981'

red 85 ◦ green 153 ◦ blue 129

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

Shades of Patina #559981

Tints of Patina #559981

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.69%

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

R = 23.16%
G = 41.69%
B = 35.15%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#559981 (or 0x559981) is known color: Patina. HEX triplet: 55, 99 and 81. RGB value is (85,153,129). Sum of RGB (Red+Green+Blue) = 85+153+129=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 129 (50.78% from 255 or 35.15% from 367); Max value from RGB is 153 - color contains mainly: green. Hex color #559981 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559981 is #AA667E. Grayscale: #818181. Windows color (decimal): -11167359 or 8493397. OLE color: 8493397.

HSL color Cylindrical-coordinate representation of color #559981: hue angle of 158.82º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #559981 is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 85 153 129 -
CMYK 0.44 0 0.16 0.4
HSL 158.82º 0.29% 0.47% -
HSV(B) 158.82º 0.44% 0.6% -
XYZ 19.1 26.3 24.84 -
YUV 129.93 127.47 95.95 -
System Red Green Blue C M Y K H S L
Decimal 85 153 129 0.44 0 0.16 0.4 158.82 0.29 0.47
Hex 55 99 81 2C 0 10 28 9F 1D 2F
Octal 125 231 201 54 0 20 50 237 35 57
Binary 1010101 10011001 10000001 101100 0 10000 101000 10011111 11101 101111

Color Harmonies of #559981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559981

Black with #559981

Text Example


Text Example

White with #559981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559981; }

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

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

background-color css

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

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

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

border-color css

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

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

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