Html Css Color HEX #5E8A83 Patina

📋 copy color: '#5E8A83'

red 94 ◦ green 138 ◦ blue 131

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

Shades of Patina #5E8A83

Tints of Patina #5E8A83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 36.09%

R = 25.9%
G = 38.02%
B = 36.09%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.05

 K value IS 0.46

RGB Variations

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

Color information

#5E8A83 (or 0x5E8A83) is known color: Patina. HEX triplet: 5E, 8A and 83. RGB value is (94,138,131). Sum of RGB (Red+Green+Blue) = 94+138+131=363 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.90% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 131 (51.56% from 255 or 36.09% from 363); Max value from RGB is 138 - color contains mainly: green. Hex color #5E8A83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E8A83 is #A1757C. Grayscale: #7C7C7C. Windows color (decimal): -10581373 or 8620638. OLE color: 8620638.

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

Color convert

RGB 94 138 131 -
CMYK 0.32 0 0.05 0.46
HSL 170.45º 0.19% 0.45% -
HSV(B) 170.45º 0.32% 0.54% -
XYZ 17.8 22.2 24.82 -
YUV 124.05 131.92 106.57 -
System Red Green Blue C M Y K H S L
Decimal 94 138 131 0.32 0 0.05 0.46 170.45 0.19 0.45
Hex 5E 8A 83 20 0 5 2E AA 13 2D
Octal 136 212 203 40 0 5 56 252 23 55
Binary 1011110 10001010 10000011 100000 0 101 101110 10101010 10011 101101

Color Harmonies of #5E8A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8A83

Black with #5E8A83

Text Example


Text Example

White with #5E8A83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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