#5D9F92

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

Shades of Patina #5D9F92

Tints of Patina #5D9F92

Color information

#5D9F92 (or 0x5D9F92) is unknown color: approx Patina. HEX triplet: 5D, 9F and 92. RGB value is (93,159,146). Sum of RGB (Red+Green+Blue) = 93+159+146=398 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.37% from 398); Green value is 159 (62.5% from 255 or 39.95% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 159 - color contains mainly: green. Hex color #5D9F92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D9F92 is #A2606D. Grayscale: #898989. Windows color (decimal): -10641518 or 9609053. OLE color: 9609053.

HSL color Cylindrical-coordinate representation of color #5D9F92: hue angle of 168.18º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5D9F92 is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB93159146-
CMYK0.4200.080.38
HSL168.18º26.19%49.41%-
HSV(B)168.18º41.51%62.35%-
XYZ22.129.231.67-
YUV137.78132.6396.06-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.37%
GREEN value IS 159 (62.5% from 255) = 39.95%
BLUE value IS 146 (57.42% from 255) = 36.68%
R=23.37%
G=39.95%
B=36.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal931591460.4200.080.38168.1826.1949.41
Hex5D9F922A0826a81a31
Octal13523722252010462503261
Binary10111011001111110010010101010010001001101010100011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D9F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,159,146); }

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

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

 a { background-color: rgb(93,159,146); }

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

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

 span { border-color: rgb(93,159,146); }

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