Html Css Color HEX #5E8A7B Patina

📋 copy color: '#5E8A7B'

red 94 ◦ green 138 ◦ blue 123

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

Shades of Patina #5E8A7B

Tints of Patina #5E8A7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.65%

R = 26.48%
G = 38.87%
B = 34.65%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.11

 K value IS 0.46

RGB Variations

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

Color information

#5E8A7B (or 0x5E8A7B) is known color: Patina. HEX triplet: 5E, 8A and 7B. RGB value is (94,138,123). Sum of RGB (Red+Green+Blue) = 94+138+123=355 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.48% from 355); Green value is 138 (54.30% from 255 or 38.87% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 138 - color contains mainly: green. Hex color #5E8A7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8A7B is #A17584. Grayscale: #7B7B7B. Windows color (decimal): -10581381 or 8096350. OLE color: 8096350.

HSL color Cylindrical-coordinate representation of color #5E8A7B: hue angle of 159.55º 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 #5E8A7B is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB 94 138 123 -
CMYK 0.32 0 0.11 0.46
HSL 159.55º 0.19% 0.45% -
HSV(B) 159.55º 0.32% 0.54% -
XYZ 17.28 21.99 22.07 -
YUV 123.13 127.92 107.22 -
System Red Green Blue C M Y K H S L
Decimal 94 138 123 0.32 0 0.11 0.46 159.55 0.19 0.45
Hex 5E 8A 7B 20 0 B 2E A0 13 2D
Octal 136 212 173 40 0 13 56 240 23 55
Binary 1011110 10001010 1111011 100000 0 1011 101110 10100000 10011 101101

Color Harmonies of #5E8A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8A7B

Black with #5E8A7B

Text Example


Text Example

White with #5E8A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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