#5FA585

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

Shades of Patina #5FA585

Tints of Patina #5FA585

Color information

#5FA585 (or 0x5FA585) is unknown color: approx Patina. HEX triplet: 5F, A5 and 85. RGB value is (95,165,133). Sum of RGB (Red+Green+Blue) = 95+165+133=393 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.17% from 393); Green value is 165 (64.84% from 255 or 41.98% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 165 - color contains mainly: green. Hex color #5FA585 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA585 is #A05A7A. Grayscale: #8C8C8C. Windows color (decimal): -10508923 or 8758623. OLE color: 8758623.

HSL color Cylindrical-coordinate representation of color #5FA585: hue angle of 152.57º 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 #5FA585 is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB95165133-
CMYK0.4200.190.35
HSL152.57º28%50.98%-
HSV(B)152.57º42.42%64.71%-
XYZ22.4131.0427-
YUV140.42123.8195.6-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.17%
GREEN value IS 165 (64.84% from 255) = 41.98%
BLUE value IS 133 (52.34% from 255) = 33.84%
R=24.17%
G=41.98%
B=33.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal951651330.4200.190.35152.572850.98
Hex5FA5852A01323991c33
Octal13724520552023432313463
Binary101111110100101100001011010100100111000111001100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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