Html Css Color HEX #5E9581 Patina

📋 copy color: '#5E9581'

red 94 ◦ green 149 ◦ blue 129

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

Shades of Patina #5E9581

Tints of Patina #5E9581

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.05%

 BLUE value IS 129 (50.78% from 255) = 34.68%

R = 25.27%
G = 40.05%
B = 34.68%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#5E9581 (or 0x5E9581) is known color: Patina. HEX triplet: 5E, 95 and 81. RGB value is (94,149,129). Sum of RGB (Red+Green+Blue) = 94+149+129=372 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.27% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 129 (50.78% from 255 or 34.68% from 372); Max value from RGB is 149 - color contains mainly: green. Hex color #5E9581 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9581 is #A16A7E. Grayscale: #828282. Windows color (decimal): -10578559 or 8492382. OLE color: 8492382.

HSL color Cylindrical-coordinate representation of color #5E9581: hue angle of 158.18º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5E9581 is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 94 149 129 -
CMYK 0.37 0 0.13 0.42
HSL 158.18º 0.23% 0.48% -
HSV(B) 158.18º 0.37% 0.58% -
XYZ 19.33 25.46 24.66 -
YUV 130.28 127.28 102.13 -
System Red Green Blue C M Y K H S L
Decimal 94 149 129 0.37 0 0.13 0.42 158.18 0.23 0.48
Hex 5E 95 81 25 0 D 2A 9E 17 30
Octal 136 225 201 45 0 15 52 236 27 60
Binary 1011110 10010101 10000001 100101 0 1101 101010 10011110 10111 110000

Color Harmonies of #5E9581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9581

Black with #5E9581

Text Example


Text Example

White with #5E9581

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,149,129); }

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

background-color css

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

 a { background-color: rgb(94,149,129); }

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

border-color css

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

 span { border-color: rgb(94,149,129); }

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