#5D998A

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

Shades of Patina #5D998A

Tints of Patina #5D998A

Color information

#5D998A (or 0x5D998A) is unknown color: approx Patina. HEX triplet: 5D, 99 and 8A. RGB value is (93,153,138). Sum of RGB (Red+Green+Blue) = 93+153+138=384 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.22% from 384); Green value is 153 (60.16% from 255 or 39.84% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 153 - color contains mainly: green. Hex color #5D998A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D998A is #A26675. Grayscale: #858585. Windows color (decimal): -10643062 or 9083229. OLE color: 9083229.

HSL color Cylindrical-coordinate representation of color #5D998A: hue angle of 165º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5D998A is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB93153138-
CMYK0.3900.100.4
HSL165º24.39%48.24%-
HSV(B)165º39.22%60%-
XYZ20.4926.9428.17-
YUV133.35130.6299.22-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.22%
GREEN value IS 153 (60.16% from 255) = 39.84%
BLUE value IS 138 (54.30% from 255) = 35.94%
R=24.22%
G=39.84%
B=35.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal931531380.3900.100.416524.3948.24
Hex5D998A270A28a51830
Octal13523121247012502453060
Binary10111011001100110001010100111010101010001010010111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D998A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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