Html Css Color HEX #5E928A Patina

📋 copy color: '#5E928A'

red 94 ◦ green 146 ◦ blue 138

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

Shades of Patina #5E928A

Tints of Patina #5E928A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.62%

 BLUE value IS 138 (54.3% from 255) = 36.51%

R = 24.87%
G = 38.62%
B = 36.51%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#5E928A (or 0x5E928A) is known color: Patina. HEX triplet: 5E, 92 and 8A. RGB value is (94,146,138). Sum of RGB (Red+Green+Blue) = 94+146+138=378 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.87% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 146 - color contains mainly: green. Hex color #5E928A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E928A is #A16D75. Grayscale: #818181. Windows color (decimal): -10579318 or 9081438. OLE color: 9081438.

HSL color Cylindrical-coordinate representation of color #5E928A: hue angle of 170.77º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5E928A is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB 94 146 138 -
CMYK 0.36 0 0.05 0.43
HSL 170.77º 0.22% 0.47% -
HSV(B) 170.77º 0.36% 0.57% -
XYZ 19.48 24.77 27.8 -
YUV 129.54 132.77 102.65 -
System Red Green Blue C M Y K H S L
Decimal 94 146 138 0.36 0 0.05 0.43 170.77 0.22 0.47
Hex 5E 92 8A 24 0 5 2B AB 16 2F
Octal 136 222 212 44 0 5 53 253 26 57
Binary 1011110 10010010 10001010 100100 0 101 101011 10101011 10110 101111

Color Harmonies of #5E928A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E928A

Black with #5E928A

Text Example


Text Example

White with #5E928A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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