#5D8A84

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

Shades of Patina #5D8A84

Tints of Patina #5D8A84

Color information

#5D8A84 (or 0x5D8A84) is unknown color: approx Patina. HEX triplet: 5D, 8A and 84. RGB value is (93,138,132). Sum of RGB (Red+Green+Blue) = 93+138+132=363 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.62% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 132 (51.95% from 255 or 36.36% from 363); Max value from RGB is 138 - color contains mainly: green. Hex color #5D8A84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D8A84 is #A2757B. Grayscale: #7B7B7B. Windows color (decimal): -10646908 or 8686173. OLE color: 8686173.

HSL color Cylindrical-coordinate representation of color #5D8A84: hue angle of 172º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5D8A84 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB93138132-
CMYK0.3300.040.46
HSL172º19.48%45.29%-
HSV(B)172º32.61%54.12%-
XYZ17.7722.1725.17-
YUV123.86132.59105.99-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.62%
GREEN value IS 138 (54.30% from 255) = 38.02%
BLUE value IS 132 (51.95% from 255) = 36.36%
R=25.62%
G=38.02%
B=36.36%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal931381320.3300.040.4617219.4845.29
Hex5D8A8421042Eac132d
Octal1352122044104562542355
Binary1011101100010101000010010000101001011101010110010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D8A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,138,132); }

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

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

 a { background-color: rgb(93,138,132); }

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

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

 span { border-color: rgb(93,138,132); }

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