Html Css Color HEX #5E9184 Patina

📋 copy color: '#5E9184'

red 94 ◦ green 145 ◦ blue 132

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

Shades of Patina #5E9184

Tints of Patina #5E9184

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.08%

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

R = 25.34%
G = 39.08%
B = 35.58%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#5E9184 (or 0x5E9184) is known color: Patina. HEX triplet: 5E, 91 and 84. RGB value is (94,145,132). Sum of RGB (Red+Green+Blue) = 94+145+132=371 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.34% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 145 - color contains mainly: green. Hex color #5E9184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9184 is #A16E7B. Grayscale: #808080. Windows color (decimal): -10579580 or 8687966. OLE color: 8687966.

HSL color Cylindrical-coordinate representation of color #5E9184: hue angle of 164.71º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5E9184 is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB 94 145 132 -
CMYK 0.35 0 0.09 0.43
HSL 164.71º 0.21% 0.47% -
HSV(B) 164.71º 0.35% 0.57% -
XYZ 18.91 24.3 25.52 -
YUV 128.27 130.1 103.56 -
System Red Green Blue C M Y K H S L
Decimal 94 145 132 0.35 0 0.09 0.43 164.71 0.21 0.47
Hex 5E 91 84 23 0 9 2B A5 15 2F
Octal 136 221 204 43 0 11 53 245 25 57
Binary 1011110 10010001 10000100 100011 0 1001 101011 10100101 10101 101111

Color Harmonies of #5E9184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9184

Black with #5E9184

Text Example


Text Example

White with #5E9184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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