Html Css Color HEX #5E8A7E Patina

📋 copy color: '#5E8A7E'

red 94 ◦ green 138 ◦ blue 126

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

Shades of Patina #5E8A7E

Tints of Patina #5E8A7E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.55%

 BLUE value IS 126 (49.61% from 255) = 35.2%

R = 26.26%
G = 38.55%
B = 35.2%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#5E8A7E (or 0x5E8A7E) is known color: Patina. HEX triplet: 5E, 8A and 7E. RGB value is (94,138,126). Sum of RGB (Red+Green+Blue) = 94+138+126=358 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.26% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 126 (49.61% from 255 or 35.20% from 358); Max value from RGB is 138 - color contains mainly: green. Hex color #5E8A7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8A7E is #A17581. Grayscale: #7B7B7B. Windows color (decimal): -10581378 or 8292958. OLE color: 8292958.

HSL color Cylindrical-coordinate representation of color #5E8A7E: hue angle of 163.64º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5E8A7E is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 94 138 126 -
CMYK 0.32 0 0.09 0.46
HSL 163.64º 0.19% 0.45% -
HSV(B) 163.64º 0.32% 0.54% -
XYZ 17.47 22.06 23.08 -
YUV 123.48 129.42 106.98 -
System Red Green Blue C M Y K H S L
Decimal 94 138 126 0.32 0 0.09 0.46 163.64 0.19 0.45
Hex 5E 8A 7E 20 0 9 2E A4 13 2D
Octal 136 212 176 40 0 11 56 244 23 55
Binary 1011110 10001010 1111110 100000 0 1001 101110 10100100 10011 101101

Color Harmonies of #5E8A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8A7E

Black with #5E8A7E

Text Example


Text Example

White with #5E8A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,138,126); }

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

background-color css

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

 a { background-color: rgb(94,138,126); }

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

border-color css

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

 span { border-color: rgb(94,138,126); }

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