#5FA290

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

Shades of Patina #5FA290

Tints of Patina #5FA290

Color information

#5FA290 (or 0x5FA290) is unknown color: approx Patina. HEX triplet: 5F, A2 and 90. RGB value is (95,162,144). Sum of RGB (Red+Green+Blue) = 95+162+144=401 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.69% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 162 - color contains mainly: green. Hex color #5FA290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA290 is #A05D6F. Grayscale: #8B8B8B. Windows color (decimal): -10509680 or 9478751. OLE color: 9478751.

HSL color Cylindrical-coordinate representation of color #5FA290: hue angle of 163.88º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5FA290 is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB95162144-
CMYK0.4100.110.36
HSL163.88º26.48%50.39%-
HSV(B)163.88º41.36%63.53%-
XYZ22.6730.2931.04-
YUV139.92130.395.96-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.69%
GREEN value IS 162 (63.67% from 255) = 40.40%
BLUE value IS 144 (56.64% from 255) = 35.91%
R=23.69%
G=40.40%
B=35.91%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal951621440.4100.110.36163.8826.4850.39
Hex5FA290290B24a41a32
Octal13724222051013442443262
Binary10111111010001010010000101001010111001001010010011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,162,144); }

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

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

 a { background-color: rgb(95,162,144); }

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

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

 span { border-color: rgb(95,162,144); }

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