#579281

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

Shades of Patina #579281

Tints of Patina #579281

Color information

#579281 (or 0x579281) is unknown color: approx Patina. HEX triplet: 57, 92 and 81. RGB value is (87,146,129). Sum of RGB (Red+Green+Blue) = 87+146+129=362 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.03% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 129 (50.78% from 255 or 35.64% from 362); Max value from RGB is 146 - color contains mainly: green. Hex color #579281 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579281 is #A86D7E. Grayscale: #7E7E7E. Windows color (decimal): -11038079 or 8491607. OLE color: 8491607.

HSL color Cylindrical-coordinate representation of color #579281: hue angle of 162.71º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #579281 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB87146129-
CMYK0.4000.120.43
HSL162.71º25.32%45.69%-
HSV(B)162.71º40.41%57.25%-
XYZ18.1724.1724.48-
YUV126.42129.4599.88-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.03%
GREEN value IS 146 (57.42% from 255) = 40.33%
BLUE value IS 129 (50.78% from 255) = 35.64%
R=24.03%
G=40.33%
B=35.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal871461290.4000.120.43162.7125.3245.69
Hex579281280C2Ba3192e
Octal12722220150014532433156
Binary10101111001001010000001101000011001010111010001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #579281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #579281; }

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

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

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

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

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

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

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

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