Html Css Color HEX #5E9484 Patina

📋 copy color: '#5E9484'

red 94 ◦ green 148 ◦ blue 132

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

Shades of Patina #5E9484

Tints of Patina #5E9484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 35.29%

R = 25.13%
G = 39.57%
B = 35.29%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#5E9484 (or 0x5E9484) is known color: Patina. HEX triplet: 5E, 94 and 84. RGB value is (94,148,132). Sum of RGB (Red+Green+Blue) = 94+148+132=374 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.13% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 132 (51.95% from 255 or 35.29% from 374); Max value from RGB is 148 - color contains mainly: green. Hex color #5E9484 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9484 is #A16B7B. Grayscale: #828282. Windows color (decimal): -10578812 or 8688734. OLE color: 8688734.

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

Color convert

RGB 94 148 132 -
CMYK 0.36 0 0.11 0.42
HSL 162.22º 0.22% 0.47% -
HSV(B) 162.22º 0.36% 0.58% -
XYZ 19.37 25.23 25.68 -
YUV 130.03 129.11 102.3 -
System Red Green Blue C M Y K H S L
Decimal 94 148 132 0.36 0 0.11 0.42 162.22 0.22 0.47
Hex 5E 94 84 24 0 B 2A A2 16 2F
Octal 136 224 204 44 0 13 52 242 26 57
Binary 1011110 10010100 10000100 100100 0 1011 101010 10100010 10110 101111

Color Harmonies of #5E9484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9484

Black with #5E9484

Text Example


Text Example

White with #5E9484

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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