#5D918A

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

Shades of Patina #5D918A

Tints of Patina #5D918A

Color information

#5D918A (or 0x5D918A) is unknown color: approx Patina. HEX triplet: 5D, 91 and 8A. RGB value is (93,145,138). Sum of RGB (Red+Green+Blue) = 93+145+138=376 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.73% from 376); Green value is 145 (57.03% from 255 or 38.56% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 145 - color contains mainly: green. Hex color #5D918A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D918A is #A26E75. Grayscale: #808080. Windows color (decimal): -10645110 or 9081181. OLE color: 9081181.

HSL color Cylindrical-coordinate representation of color #5D918A: hue angle of 171.92º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5D918A is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB93145138-
CMYK0.3600.050.43
HSL171.92º21.85%46.67%-
HSV(B)171.92º35.86%56.86%-
XYZ19.2324.4127.74-
YUV128.65133.27102.57-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.73%
GREEN value IS 145 (57.03% from 255) = 38.56%
BLUE value IS 138 (54.30% from 255) = 36.70%
R=24.73%
G=38.56%
B=36.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal931451380.3600.050.43171.9221.8546.67
Hex5D918A24052Bac162f
Octal1352212124405532542657
Binary1011101100100011000101010010001011010111010110010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D918A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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