Html Css Color HEX #5E9F85 Patina

📋 copy color: '#5E9F85'

red 94 ◦ green 159 ◦ blue 133

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

Shades of Patina #5E9F85

Tints of Patina #5E9F85

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.19%

 BLUE value IS 133 (52.34% from 255) = 34.46%

R = 24.35%
G = 41.19%
B = 34.46%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#5E9F85 (or 0x5E9F85) is known color: Patina. HEX triplet: 5E, 9F and 85. RGB value is (94,159,133). Sum of RGB (Red+Green+Blue) = 94+159+133=386 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.35% from 386); Green value is 159 (62.5% from 255 or 41.19% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 159 - color contains mainly: green. Hex color #5E9F85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9F85 is #A1607A. Grayscale: #888888. Windows color (decimal): -10575995 or 8757086. OLE color: 8757086.

HSL color Cylindrical-coordinate representation of color #5E9F85: hue angle of 156º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5E9F85 is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB 94 159 133 -
CMYK 0.41 0 0.16 0.38
HSL 156º 0.26% 0.5% -
HSV(B) 156º 0.41% 0.62% -
XYZ 21.25 28.87 26.64 -
YUV 136.6 125.97 97.61 -
System Red Green Blue C M Y K H S L
Decimal 94 159 133 0.41 0 0.16 0.38 156 0.26 0.5
Hex 5E 9F 85 29 0 10 26 9C 1A 32
Octal 136 237 205 51 0 20 46 234 32 62
Binary 1011110 10011111 10000101 101001 0 10000 100110 10011100 11010 110010

Color Harmonies of #5E9F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9F85

Black with #5E9F85

Text Example


Text Example

White with #5E9F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,159,133); }

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

background-color css

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

 a { background-color: rgb(94,159,133); }

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

border-color css

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

 span { border-color: rgb(94,159,133); }

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