Html Css Color HEX #5E937D Patina

📋 copy color: '#5E937D'

red 94 ◦ green 147 ◦ blue 125

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

Shades of Patina #5E937D

Tints of Patina #5E937D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.15%

R = 25.68%
G = 40.16%
B = 34.15%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#5E937D (or 0x5E937D) is known color: Patina. HEX triplet: 5E, 93 and 7D. RGB value is (94,147,125). Sum of RGB (Red+Green+Blue) = 94+147+125=366 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.68% from 366); Green value is 147 (57.81% from 255 or 40.16% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 147 - color contains mainly: green. Hex color #5E937D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E937D is #A16C82. Grayscale: #808080. Windows color (decimal): -10579075 or 8229726. OLE color: 8229726.

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

Color convert

RGB 94 147 125 -
CMYK 0.36 0 0.15 0.42
HSL 155.09º 0.22% 0.47% -
HSV(B) 155.09º 0.36% 0.58% -
XYZ 18.75 24.73 23.19 -
YUV 128.65 125.94 103.29 -
System Red Green Blue C M Y K H S L
Decimal 94 147 125 0.36 0 0.15 0.42 155.09 0.22 0.47
Hex 5E 93 7D 24 0 F 2A 9B 16 2F
Octal 136 223 175 44 0 17 52 233 26 57
Binary 1011110 10010011 1111101 100100 0 1111 101010 10011011 10110 101111

Color Harmonies of #5E937D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E937D

Black with #5E937D

Text Example


Text Example

White with #5E937D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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