Html Css Color HEX #5E997C Patina

📋 copy color: '#5E997C'

red 94 ◦ green 153 ◦ blue 124

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

Shades of Patina #5E997C

Tints of Patina #5E997C

RGB

 RED value IS 94 (37.11% from 255) = 25.34%

 GREEN value IS 153 (60.16% from 255) = 41.24%

 BLUE value IS 124 (48.83% from 255) = 33.42%

R = 25.34%
G = 41.24%
B = 33.42%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#5E997C (or 0x5E997C) is known color: Patina. HEX triplet: 5E, 99 and 7C. RGB value is (94,153,124). Sum of RGB (Red+Green+Blue) = 94+153+124=371 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.34% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 153 - color contains mainly: green. Hex color #5E997C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E997C is #A16683. Grayscale: #848484. Windows color (decimal): -10577540 or 8165726. OLE color: 8165726.

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

Color convert

RGB 94 153 124 -
CMYK 0.39 0 0.19 0.4
HSL 150.51º 0.24% 0.48% -
HSV(B) 150.51º 0.39% 0.6% -
XYZ 19.65 26.62 23.17 -
YUV 132.05 123.45 100.86 -
System Red Green Blue C M Y K H S L
Decimal 94 153 124 0.39 0 0.19 0.4 150.51 0.24 0.48
Hex 5E 99 7C 27 0 13 28 97 18 30
Octal 136 231 174 47 0 23 50 227 30 60
Binary 1011110 10011001 1111100 100111 0 10011 101000 10010111 11000 110000

Color Harmonies of #5E997C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E997C

Black with #5E997C

Text Example


Text Example

White with #5E997C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E997C;
 }
 .AnyTagClassName
 {
   color: #5E997C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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