#5DA180

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

Shades of Patina #5DA180

Tints of Patina #5DA180

Color information

#5DA180 (or 0x5DA180) is unknown color: approx Patina. HEX triplet: 5D, A1 and 80. RGB value is (93,161,128). Sum of RGB (Red+Green+Blue) = 93+161+128=382 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.35% from 382); Green value is 161 (63.28% from 255 or 42.15% from 382); Blue value is 128 (50.39% from 255 or 33.51% from 382); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA180 is #A25E7F. Grayscale: #888888. Windows color (decimal): -10641024 or 8429917. OLE color: 8429917.

HSL color Cylindrical-coordinate representation of color #5DA180: hue angle of 150.88º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5DA180 is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB93161128-
CMYK0.4200.200.37
HSL150.88º26.77%49.8%-
HSV(B)150.88º42.24%63.14%-
XYZ21.1629.3824.98-
YUV136.91122.9796.68-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.35%
GREEN value IS 161 (63.28% from 255) = 42.15%
BLUE value IS 128 (50.39% from 255) = 33.51%
R=24.35%
G=42.15%
B=33.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal931611280.4200.200.37150.8826.7749.8
Hex5DA1802A01425971b32
Octal13524120052024452273362
Binary101110110100001100000001010100101001001011001011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,161,128); }

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

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

 a { background-color: rgb(93,161,128); }

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

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

 span { border-color: rgb(93,161,128); }

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