Html Css Color HEX #5E9E8B Patina

📋 copy color: '#5E9E8B'

red 94 ◦ green 158 ◦ blue 139

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

Shades of Patina #5E9E8B

Tints of Patina #5E9E8B

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40.41%

 BLUE value IS 139 (54.69% from 255) = 35.55%

R = 24.04%
G = 40.41%
B = 35.55%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#5E9E8B (or 0x5E9E8B) is known color: Patina. HEX triplet: 5E, 9E and 8B. RGB value is (94,158,139). Sum of RGB (Red+Green+Blue) = 94+158+139=391 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.04% from 391); Green value is 158 (62.11% from 255 or 40.41% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 158 - color contains mainly: green. Hex color #5E9E8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9E8B is #A16174. Grayscale: #888888. Windows color (decimal): -10576245 or 9150046. OLE color: 9150046.

HSL color Cylindrical-coordinate representation of color #5E9E8B: hue angle of 162.19º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5E9E8B is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB 94 158 139 -
CMYK 0.41 0 0.12 0.38
HSL 162.19º 0.25% 0.49% -
HSV(B) 162.19º 0.41% 0.62% -
XYZ 21.5 28.7 28.83 -
YUV 136.7 129.3 97.54 -
System Red Green Blue C M Y K H S L
Decimal 94 158 139 0.41 0 0.12 0.38 162.19 0.25 0.49
Hex 5E 9E 8B 29 0 C 26 A2 19 31
Octal 136 236 213 51 0 14 46 242 31 61
Binary 1011110 10011110 10001011 101001 0 1100 100110 10100010 11001 110001

Color Harmonies of #5E9E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9E8B

Black with #5E9E8B

Text Example


Text Example

White with #5E9E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,158,139); }

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

background-color css

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

 a { background-color: rgb(94,158,139); }

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

border-color css

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

 span { border-color: rgb(94,158,139); }

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