Html Css Color HEX #5E937E Patina

📋 copy color: '#5E937E'

red 94 ◦ green 147 ◦ blue 126

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

Shades of Patina #5E937E

Tints of Patina #5E937E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.33%

R = 25.61%
G = 40.05%
B = 34.33%

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

#5E937E (or 0x5E937E) is known color: Patina. HEX triplet: 5E, 93 and 7E. RGB value is (94,147,126). Sum of RGB (Red+Green+Blue) = 94+147+126=367 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.61% from 367); Green value is 147 (57.81% from 255 or 40.05% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 147 - color contains mainly: green. Hex color #5E937E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E937E is #A16C81. Grayscale: #808080. Windows color (decimal): -10579074 or 8295262. OLE color: 8295262.

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

Color convert

RGB 94 147 126 -
CMYK 0.36 0 0.14 0.42
HSL 156.23º 0.22% 0.47% -
HSV(B) 156.23º 0.36% 0.58% -
XYZ 18.82 24.75 23.52 -
YUV 128.76 126.44 103.21 -
System Red Green Blue C M Y K H S L
Decimal 94 147 126 0.36 0 0.14 0.42 156.23 0.22 0.47
Hex 5E 93 7E 24 0 E 2A 9C 16 2F
Octal 136 223 176 44 0 16 52 234 26 57
Binary 1011110 10010011 1111110 100100 0 1110 101010 10011100 10110 101111

Color Harmonies of #5E937E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E937E

Black with #5E937E

Text Example


Text Example

White with #5E937E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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