Html Css Color HEX #5E997D Patina

📋 copy color: '#5E997D'

red 94 ◦ green 153 ◦ blue 125

#5E997D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Patina #5E997D

Tints of Patina #5E997D

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.6%

R = 25.27%
G = 41.13%
B = 33.6%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#5E997D (or 0x5E997D) is known color: 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

RGB 94 153 125 -
CMYK 0.39 0 0.18 0.4
HSL 151.53º 0.24% 0.48% -
HSV(B) 151.53º 0.39% 0.6% -
XYZ 19.71 26.64 23.51 -
YUV 132.17 123.95 100.78 -
System Red Green Blue C M Y K H S L
Decimal 94 153 125 0.39 0 0.18 0.4 151.53 0.24 0.48
Hex 5E 99 7D 27 0 12 28 98 18 30
Octal 136 231 175 47 0 22 50 230 30 60
Binary 1011110 10011001 1111101 100111 0 10010 101000 10011000 11000 110000

Color Harmonies of #5E997D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E997D

Black with #5E997D

Text Example


Text Example

White with #5E997D

Text Example


Text Example

HTML Codes & Css Web 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>