#5A9287

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

Shades of Patina #5A9287

Tints of Patina #5A9287

Color information

#5A9287 (or 0x5A9287) is unknown color: approx Patina. HEX triplet: 5A, 92 and 87. RGB value is (90,146,135). Sum of RGB (Red+Green+Blue) = 90+146+135=371 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.26% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 135 (53.12% from 255 or 36.39% from 371); Max value from RGB is 146 - color contains mainly: green. Hex color #5A9287 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A9287 is #A56D78. Grayscale: #7F7F7F. Windows color (decimal): -10841465 or 8884826. OLE color: 8884826.

HSL color Cylindrical-coordinate representation of color #5A9287: hue angle of 168.21º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A9287 is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB90146135-
CMYK0.3800.080.43
HSL168.21º23.73%46.27%-
HSV(B)168.21º38.36%57.25%-
XYZ18.8724.4826.65-
YUV128131.95100.89-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.26%
GREEN value IS 146 (57.42% from 255) = 39.35%
BLUE value IS 135 (53.12% from 255) = 36.39%
R=24.26%
G=39.35%
B=36.39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal901461350.3800.080.43168.2123.7346.27
Hex5A928726082Ba8182e
Octal13222220746010532503056
Binary10110101001001010000111100110010001010111010100011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,146,135); }

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

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

 a { background-color: rgb(90,146,135); }

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

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

 span { border-color: rgb(90,146,135); }

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