#559281

Color #559281 Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #559281

Tints of Patina #559281

Color information

#559281 (or 0x559281) is unknown color: approx Patina. HEX triplet: 55, 92 and 81. RGB value is (85,146,129). Sum of RGB (Red+Green+Blue) = 85+146+129=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 146 (57.42% from 255 or 40.56% from 360); Blue value is 129 (50.78% from 255 or 35.83% from 360); Max value from RGB is 146 - color contains mainly: green. Hex color #559281 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559281 is #AA6D7E. Grayscale: #7D7D7D. Windows color (decimal): -11169151 or 8491605. OLE color: 8491605.

HSL color Cylindrical-coordinate representation of color #559281: hue angle of 163.28º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #559281 is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB85146129-
CMYK0.4200.120.43
HSL163.28º26.41%45.29%-
HSV(B)163.28º41.78%57.25%-
XYZ17.9924.0724.47-
YUV125.82129.7998.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.61%
GREEN value IS 146 (57.42% from 255) = 40.56%
BLUE value IS 129 (50.78% from 255) = 35.83%
R=23.61%
G=40.56%
B=35.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal851461290.4200.120.43163.2826.4145.29
Hex5592812A0C2Ba31a2d
Octal12522220152014532433255
Binary10101011001001010000001101010011001010111010001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559281; }

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

 H1.HeaderClassName
 {
   color: #559281;
 }
 .AnyTagClassName
 {
   color: #559281;
 }
</style>
background-color css

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

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

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

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

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

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