Html Css Color HEX #5E997A Patina

📋 copy color: '#5E997A'

red 94 ◦ green 153 ◦ blue 122

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

Shades of Patina #5E997A

Tints of Patina #5E997A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.06%

R = 25.47%
G = 41.46%
B = 33.06%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#5E997A (or 0x5E997A) is known color: Patina. HEX triplet: 5E, 99 and 7A. RGB value is (94,153,122). Sum of RGB (Red+Green+Blue) = 94+153+122=369 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.47% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 153 - color contains mainly: green. Hex color #5E997A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E997A is #A16685. Grayscale: #838383. Windows color (decimal): -10577542 or 8034654. OLE color: 8034654.

HSL color Cylindrical-coordinate representation of color #5E997A: hue angle of 148.47º 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 #5E997A is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB 94 153 122 -
CMYK 0.39 0 0.20 0.4
HSL 148.47º 0.24% 0.48% -
HSV(B) 148.47º 0.39% 0.6% -
XYZ 19.52 26.57 22.51 -
YUV 131.83 122.45 101.02 -
System Red Green Blue C M Y K H S L
Decimal 94 153 122 0.39 0 0.20 0.4 148.47 0.24 0.48
Hex 5E 99 7A 27 0 14 28 94 18 30
Octal 136 231 172 47 0 24 50 224 30 60
Binary 1011110 10011001 1111010 100111 0 10100 101000 10010100 11000 110000

Color Harmonies of #5E997A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E997A

Black with #5E997A

Text Example


Text Example

White with #5E997A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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