#5F8A82

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

Shades of Patina #5F8A82

Tints of Patina #5F8A82

Color information

#5F8A82 (or 0x5F8A82) is unknown color: approx Patina. HEX triplet: 5F, 8A and 82. RGB value is (95,138,130). Sum of RGB (Red+Green+Blue) = 95+138+130=363 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.17% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 138 - color contains mainly: green. Hex color #5F8A82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F8A82 is #A0757D. Grayscale: #7C7C7C. Windows color (decimal): -10515838 or 8555103. OLE color: 8555103.

HSL color Cylindrical-coordinate representation of color #5F8A82: hue angle of 168.84º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5F8A82 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB95138130-
CMYK0.3100.060.46
HSL168.84º18.45%45.69%-
HSV(B)168.84º31.16%54.12%-
XYZ17.8422.2224.47-
YUV124.23131.25107.15-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.17%
GREEN value IS 138 (54.30% from 255) = 38.02%
BLUE value IS 130 (51.17% from 255) = 35.81%
R=26.17%
G=38.02%
B=35.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal951381300.3100.060.46168.8418.4545.69
Hex5F8A821F062Ea9122e
Octal1372122023706562512256
Binary101111110001010100000101111101101011101010100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,138,130); }

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

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

 a { background-color: rgb(95,138,130); }

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

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

 span { border-color: rgb(95,138,130); }

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