Html Css Color HEX #5E997F Patina

📋 copy color: '#5E997F'

red 94 ◦ green 153 ◦ blue 127

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

Shades of Patina #5E997F

Tints of Patina #5E997F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.91%

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

R = 25.13%
G = 40.91%
B = 33.96%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.17

 K value IS 0.4

RGB Variations

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

Color information

#5E997F (or 0x5E997F) is known color: Patina. HEX triplet: 5E, 99 and 7F. RGB value is (94,153,127). Sum of RGB (Red+Green+Blue) = 94+153+127=374 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.13% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 153 - color contains mainly: green. Hex color #5E997F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E997F is #A16680. Grayscale: #848484. Windows color (decimal): -10577537 or 8362334. OLE color: 8362334.

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

Color convert

RGB 94 153 127 -
CMYK 0.39 0 0.17 0.4
HSL 153.56º 0.24% 0.48% -
HSV(B) 153.56º 0.39% 0.6% -
XYZ 19.84 26.69 24.19 -
YUV 132.4 124.95 100.61 -
System Red Green Blue C M Y K H S L
Decimal 94 153 127 0.39 0 0.17 0.4 153.56 0.24 0.48
Hex 5E 99 7F 27 0 11 28 9A 18 30
Octal 136 231 177 47 0 21 50 232 30 60
Binary 1011110 10011001 1111111 100111 0 10001 101000 10011010 11000 110000

Color Harmonies of #5E997F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E997F

Black with #5E997F

Text Example


Text Example

White with #5E997F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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