Html Css Color HEX #5E937C Patina

📋 copy color: '#5E937C'

red 94 ◦ green 147 ◦ blue 124

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

Shades of Patina #5E937C

Tints of Patina #5E937C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.27%

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

R = 25.75%
G = 40.27%
B = 33.97%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#5E937C (or 0x5E937C) is known color: Patina. HEX triplet: 5E, 93 and 7C. RGB value is (94,147,124). Sum of RGB (Red+Green+Blue) = 94+147+124=365 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.75% from 365); Green value is 147 (57.81% from 255 or 40.27% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 147 - color contains mainly: green. Hex color #5E937C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E937C is #A16C83. Grayscale: #808080. Windows color (decimal): -10579076 or 8164190. OLE color: 8164190.

HSL color Cylindrical-coordinate representation of color #5E937C: hue angle of 153.96º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5E937C is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 94 147 124 -
CMYK 0.36 0 0.16 0.42
HSL 153.96º 0.22% 0.47% -
HSV(B) 153.96º 0.36% 0.58% -
XYZ 18.69 24.7 22.85 -
YUV 128.53 125.44 103.37 -
System Red Green Blue C M Y K H S L
Decimal 94 147 124 0.36 0 0.16 0.42 153.96 0.22 0.47
Hex 5E 93 7C 24 0 10 2A 9A 16 2F
Octal 136 223 174 44 0 20 52 232 26 57
Binary 1011110 10010011 1111100 100100 0 10000 101010 10011010 10110 101111

Color Harmonies of #5E937C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E937C

Black with #5E937C

Text Example


Text Example

White with #5E937C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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