#579285

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

Shades of Patina #579285

Tints of Patina #579285

Color information

#579285 (or 0x579285) is unknown color: approx Patina. HEX triplet: 57, 92 and 85. RGB value is (87,146,133). Sum of RGB (Red+Green+Blue) = 87+146+133=366 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.77% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 146 - color contains mainly: green. Hex color #579285 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579285 is #A86D7A. Grayscale: #7E7E7E. Windows color (decimal): -11038075 or 8753751. OLE color: 8753751.

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

Color convert

RGB87146133-
CMYK0.4000.090.43
HSL166.78º25.32%45.69%-
HSV(B)166.78º40.41%57.25%-
XYZ18.4424.2825.9-
YUV126.88131.4599.56-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.77%
GREEN value IS 146 (57.42% from 255) = 39.89%
BLUE value IS 133 (52.34% from 255) = 36.34%
R=23.77%
G=39.89%
B=36.34%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal871461330.4000.090.43166.7825.3245.69
Hex57928528092Ba7192e
Octal12722220550011532473156
Binary10101111001001010000101101000010011010111010011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #579285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #579285; }

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

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

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

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

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

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

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

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