#5E997D

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

Shades of Patina #5E997D

Tints of Patina #5E997D

Color information

#5E997D (or 0x5E997D) is unknown color: approx Patina. HEX triplet: 5E, 99 and 7D. RGB value is (94,153,125). Sum of RGB (Red+Green+Blue) = 94+153+125=372 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.27% from 372); Green value is 153 (60.16% from 255 or 41.13% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 153 - color contains mainly: green. Hex color #5E997D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E997D is #A16682. Grayscale: #848484. Windows color (decimal): -10577539 or 8231262. OLE color: 8231262.

HSL color Cylindrical-coordinate representation of color #5E997D: hue angle of 151.53º 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 #5E997D is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB94153125-
CMYK0.3900.180.4
HSL151.53º23.89%48.43%-
HSV(B)151.53º38.56%60%-
XYZ19.7126.6423.51-
YUV132.17123.95100.78-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.27%
GREEN value IS 153 (60.16% from 255) = 41.13%
BLUE value IS 125 (49.22% from 255) = 33.60%
R=25.27%
G=41.13%
B=33.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal941531250.3900.180.4151.5323.8948.43
Hex5E997D2701228981830
Octal13623117547022502303060
Binary10111101001100111111011001110100101010001001100011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E997D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,153,125); }

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

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

 a { background-color: rgb(94,153,125); }

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

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

 span { border-color: rgb(94,153,125); }

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