Html Css Color HEX #5E987F Patina

📋 copy color: '#5E987F'

red 94 ◦ green 152 ◦ blue 127

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

Shades of Patina #5E987F

Tints of Patina #5E987F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.75%

 BLUE value IS 127 (50% from 255) = 34.05%

R = 25.2%
G = 40.75%
B = 34.05%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#5E987F (or 0x5E987F) is known color: Patina. HEX triplet: 5E, 98 and 7F. RGB value is (94,152,127). Sum of RGB (Red+Green+Blue) = 94+152+127=373 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.20% from 373); Green value is 152 (59.77% from 255 or 40.75% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 152 - color contains mainly: green. Hex color #5E987F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E987F is #A16780. Grayscale: #838383. Windows color (decimal): -10577793 or 8362078. OLE color: 8362078.

HSL color Cylindrical-coordinate representation of color #5E987F: hue angle of 154.14º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5E987F is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 94 152 127 -
CMYK 0.38 0 0.16 0.40
HSL 154.14º 0.24% 0.48% -
HSV(B) 154.14º 0.38% 0.6% -
XYZ 19.68 26.37 24.13 -
YUV 131.81 125.28 101.03 -
System Red Green Blue C M Y K H S L
Decimal 94 152 127 0.38 0 0.16 0.40 154.14 0.24 0.48
Hex 5E 98 7F 26 0 10 28 9A 18 30
Octal 136 230 177 46 0 20 50 232 30 60
Binary 1011110 10011000 1111111 100110 0 10000 101000 10011010 11000 110000

Color Harmonies of #5E987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E987F

Black with #5E987F

Text Example


Text Example

White with #5E987F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,152,127); }

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

background-color css

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

 a { background-color: rgb(94,152,127); }

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

border-color css

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

 span { border-color: rgb(94,152,127); }

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