Html Css Color HEX #5E877E Patina

📋 copy color: '#5E877E'

red 94 ◦ green 135 ◦ blue 126

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

Shades of Patina #5E877E

Tints of Patina #5E877E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.03%

 BLUE value IS 126 (49.61% from 255) = 35.49%

R = 26.48%
G = 38.03%
B = 35.49%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#5E877E (or 0x5E877E) is known color: Patina. HEX triplet: 5E, 87 and 7E. RGB value is (94,135,126). Sum of RGB (Red+Green+Blue) = 94+135+126=355 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.48% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 135 - color contains mainly: green. Hex color #5E877E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E877E is #A17881. Grayscale: #797979. Windows color (decimal): -10582146 or 8292190. OLE color: 8292190.

HSL color Cylindrical-coordinate representation of color #5E877E: hue angle of 166.83º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5E877E is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 94 135 126 -
CMYK 0.30 0 0.07 0.47
HSL 166.83º 0.18% 0.45% -
HSV(B) 166.83º 0.3% 0.53% -
XYZ 17.05 21.21 22.93 -
YUV 121.72 130.42 108.23 -
System Red Green Blue C M Y K H S L
Decimal 94 135 126 0.30 0 0.07 0.47 166.83 0.18 0.45
Hex 5E 87 7E 1E 0 7 2F A7 12 2D
Octal 136 207 176 36 0 7 57 247 22 55
Binary 1011110 10000111 1111110 11110 0 111 101111 10100111 10010 101101

Color Harmonies of #5E877E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E877E

Black with #5E877E

Text Example


Text Example

White with #5E877E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,135,126); }

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

background-color css

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

 a { background-color: rgb(94,135,126); }

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

border-color css

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

 span { border-color: rgb(94,135,126); }

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