#5FA589

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

Shades of Patina #5FA589

Tints of Patina #5FA589

Color information

#5FA589 (or 0x5FA589) is unknown color: approx Patina. HEX triplet: 5F, A5 and 89. RGB value is (95,165,137). Sum of RGB (Red+Green+Blue) = 95+165+137=397 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.93% from 397); Green value is 165 (64.84% from 255 or 41.56% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 165 - color contains mainly: green. Hex color #5FA589 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA589 is #A05A76. Grayscale: #8C8C8C. Windows color (decimal): -10508919 or 9020767. OLE color: 9020767.

HSL color Cylindrical-coordinate representation of color #5FA589: hue angle of 156º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5FA589 is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB95165137-
CMYK0.4200.170.35
HSL156º28%50.98%-
HSV(B)156º42.42%64.71%-
XYZ22.6931.1528.48-
YUV140.88125.8195.28-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.93%
GREEN value IS 165 (64.84% from 255) = 41.56%
BLUE value IS 137 (53.91% from 255) = 34.51%
R=23.93%
G=41.56%
B=34.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal951651370.4200.170.351562850.98
Hex5FA5892A011239c1c33
Octal13724521152021432343463
Binary101111110100101100010011010100100011000111001110011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FA589; }

 p { color: rgb(95,165,137); }

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

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

 a { background-color: rgb(95,165,137); }

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

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

 span { border-color: rgb(95,165,137); }

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