Html Css Color HEX #5E937F Patina

📋 copy color: '#5E937F'

red 94 ◦ green 147 ◦ blue 127

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

Shades of Patina #5E937F

Tints of Patina #5E937F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.51%

R = 25.54%
G = 39.95%
B = 34.51%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#5E937F (or 0x5E937F) is known color: Patina. HEX triplet: 5E, 93 and 7F. RGB value is (94,147,127). Sum of RGB (Red+Green+Blue) = 94+147+127=368 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.54% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 147 - color contains mainly: green. Hex color #5E937F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E937F is #A16C80. Grayscale: #808080. Windows color (decimal): -10579073 or 8360798. OLE color: 8360798.

HSL color Cylindrical-coordinate representation of color #5E937F: hue angle of 157.36º 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 #5E937F is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 94 147 127 -
CMYK 0.36 0 0.14 0.42
HSL 157.36º 0.22% 0.47% -
HSV(B) 157.36º 0.36% 0.58% -
XYZ 18.88 24.78 23.87 -
YUV 128.87 126.94 103.13 -
System Red Green Blue C M Y K H S L
Decimal 94 147 127 0.36 0 0.14 0.42 157.36 0.22 0.47
Hex 5E 93 7F 24 0 E 2A 9D 16 2F
Octal 136 223 177 44 0 16 52 235 26 57
Binary 1011110 10010011 1111111 100100 0 1110 101010 10011101 10110 101111

Color Harmonies of #5E937F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E937F

Black with #5E937F

Text Example


Text Example

White with #5E937F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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