Html Css Color HEX #5E947D Patina

📋 copy color: '#5E947D'

red 94 ◦ green 148 ◦ blue 125

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

Shades of Patina #5E947D

Tints of Patina #5E947D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.33%

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

R = 25.61%
G = 40.33%
B = 34.06%

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

#5E947D (or 0x5E947D) is known color: Patina. HEX triplet: 5E, 94 and 7D. RGB value is (94,148,125). Sum of RGB (Red+Green+Blue) = 94+148+125=367 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.61% from 367); Green value is 148 (58.20% from 255 or 40.33% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 148 - color contains mainly: green. Hex color #5E947D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E947D is #A16B82. Grayscale: #818181. Windows color (decimal): -10578819 or 8229982. OLE color: 8229982.

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

Color convert

RGB 94 148 125 -
CMYK 0.36 0 0.16 0.42
HSL 154.44º 0.22% 0.47% -
HSV(B) 154.44º 0.36% 0.58% -
XYZ 18.91 25.04 23.24 -
YUV 129.23 125.61 102.87 -
System Red Green Blue C M Y K H S L
Decimal 94 148 125 0.36 0 0.16 0.42 154.44 0.22 0.47
Hex 5E 94 7D 24 0 10 2A 9A 16 2F
Octal 136 224 175 44 0 20 52 232 26 57
Binary 1011110 10010100 1111101 100100 0 10000 101010 10011010 10110 101111

Color Harmonies of #5E947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E947D

Black with #5E947D

Text Example


Text Example

White with #5E947D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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