Html Css Color HEX #5E8F7F Patina

📋 copy color: '#5E8F7F'

red 94 ◦ green 143 ◦ blue 127

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

Shades of Patina #5E8F7F

Tints of Patina #5E8F7F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.29%

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

R = 25.82%
G = 39.29%
B = 34.89%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#5E8F7F (or 0x5E8F7F) is known color: Patina. HEX triplet: 5E, 8F and 7F. RGB value is (94,143,127). Sum of RGB (Red+Green+Blue) = 94+143+127=364 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.82% from 364); Green value is 143 (56.25% from 255 or 39.29% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 143 - color contains mainly: green. Hex color #5E8F7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8F7F is #A17080. Grayscale: #7E7E7E. Windows color (decimal): -10580097 or 8359774. OLE color: 8359774.

HSL color Cylindrical-coordinate representation of color #5E8F7F: hue angle of 160.41º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5E8F7F is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB 94 143 127 -
CMYK 0.34 0 0.11 0.44
HSL 160.41º 0.21% 0.46% -
HSV(B) 160.41º 0.34% 0.56% -
XYZ 18.27 23.56 23.66 -
YUV 126.53 128.27 104.8 -
System Red Green Blue C M Y K H S L
Decimal 94 143 127 0.34 0 0.11 0.44 160.41 0.21 0.46
Hex 5E 8F 7F 22 0 B 2C A0 15 2E
Octal 136 217 177 42 0 13 54 240 25 56
Binary 1011110 10001111 1111111 100010 0 1011 101100 10100000 10101 101110

Color Harmonies of #5E8F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8F7F

Black with #5E8F7F

Text Example


Text Example

White with #5E8F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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