Html Css Color HEX #5E947C Patina

📋 copy color: '#5E947C'

red 94 ◦ green 148 ◦ blue 124

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

Shades of Patina #5E947C

Tints of Patina #5E947C

RGB

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

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

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

R = 25.68%
G = 40.44%
B = 33.88%

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

#5E947C (or 0x5E947C) is known color: Patina. HEX triplet: 5E, 94 and 7C. RGB value is (94,148,124). Sum of RGB (Red+Green+Blue) = 94+148+124=366 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.68% from 366); Green value is 148 (58.20% from 255 or 40.44% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 148 - color contains mainly: green. Hex color #5E947C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E947C is #A16B83. Grayscale: #818181. Windows color (decimal): -10578820 or 8164446. OLE color: 8164446.

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

Color convert

RGB 94 148 124 -
CMYK 0.36 0 0.16 0.42
HSL 153.33º 0.22% 0.47% -
HSV(B) 153.33º 0.36% 0.58% -
XYZ 18.84 25.01 22.9 -
YUV 129.12 125.11 102.95 -
System Red Green Blue C M Y K H S L
Decimal 94 148 124 0.36 0 0.16 0.42 153.33 0.22 0.47
Hex 5E 94 7C 24 0 10 2A 99 16 2F
Octal 136 224 174 44 0 20 52 231 26 57
Binary 1011110 10010100 1111100 100100 0 10000 101010 10011001 10110 101111

Color Harmonies of #5E947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E947C

Black with #5E947C

Text Example


Text Example

White with #5E947C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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