#5D8E7E

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

Shades of Patina #5D8E7E

Tints of Patina #5D8E7E

Color information

#5D8E7E (or 0x5D8E7E) is unknown color: approx Patina. HEX triplet: 5D, 8E and 7E. RGB value is (93,142,126). Sum of RGB (Red+Green+Blue) = 93+142+126=361 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.76% from 361); Green value is 142 (55.86% from 255 or 39.34% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 142 - color contains mainly: green. Hex color #5D8E7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8E7E is #A27181. Grayscale: #7D7D7D. Windows color (decimal): -10645890 or 8293981. OLE color: 8293981.

HSL color Cylindrical-coordinate representation of color #5D8E7E: hue angle of 160.41º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5D8E7E is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB93142126-
CMYK0.3500.110.44
HSL160.41º20.85%46.08%-
HSV(B)160.41º34.51%55.69%-
XYZ17.9523.1823.27-
YUV125.52128.27104.8-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.76%
GREEN value IS 142 (55.86% from 255) = 39.34%
BLUE value IS 126 (49.61% from 255) = 34.90%
R=25.76%
G=39.34%
B=34.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal931421260.3500.110.44160.4120.8546.08
Hex5D8E7E230B2Ca0152e
Octal13521617643013542402556
Binary1011101100011101111110100011010111011001010000010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D8E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,142,126); }

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

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

 a { background-color: rgb(93,142,126); }

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

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

 span { border-color: rgb(93,142,126); }

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