#5D9389

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

Shades of Patina #5D9389

Tints of Patina #5D9389

Color information

#5D9389 (or 0x5D9389) is unknown color: approx Patina. HEX triplet: 5D, 93 and 89. RGB value is (93,147,137). Sum of RGB (Red+Green+Blue) = 93+147+137=377 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.67% from 377); Green value is 147 (57.81% from 255 or 38.99% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 147 - color contains mainly: green. Hex color #5D9389 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D9389 is #A26C76. Grayscale: #818181. Windows color (decimal): -10644599 or 9016157. OLE color: 9016157.

HSL color Cylindrical-coordinate representation of color #5D9389: hue angle of 168.89º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5D9389 is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB93147137-
CMYK0.3700.070.42
HSL168.89º22.5%47.06%-
HSV(B)168.89º36.73%57.65%-
XYZ19.462527.47-
YUV129.71132.11101.81-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.67%
GREEN value IS 147 (57.81% from 255) = 38.99%
BLUE value IS 137 (53.91% from 255) = 36.34%
R=24.67%
G=38.99%
B=36.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal931471370.3700.070.42168.8922.547.06
Hex5D938925072Aa9162f
Octal1352232114507522512657
Binary1011101100100111000100110010101111010101010100110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D9389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,147,137); }

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

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

 a { background-color: rgb(93,147,137); }

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

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

 span { border-color: rgb(93,147,137); }

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