Html Css Color HEX #5E9281 Patina

📋 copy color: '#5E9281'

red 94 ◦ green 146 ◦ blue 129

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

Shades of Patina #5E9281

Tints of Patina #5E9281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.96%

R = 25.47%
G = 39.57%
B = 34.96%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#5E9281 (or 0x5E9281) is known color: Patina. HEX triplet: 5E, 92 and 81. RGB value is (94,146,129). Sum of RGB (Red+Green+Blue) = 94+146+129=369 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.47% from 369); Green value is 146 (57.42% from 255 or 39.57% from 369); Blue value is 129 (50.78% from 255 or 34.96% from 369); Max value from RGB is 146 - color contains mainly: green. Hex color #5E9281 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9281 is #A16D7E. Grayscale: #808080. Windows color (decimal): -10579327 or 8491614. OLE color: 8491614.

HSL color Cylindrical-coordinate representation of color #5E9281: hue angle of 160.38º 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 #5E9281 is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 94 146 129 -
CMYK 0.36 0 0.12 0.43
HSL 160.38º 0.22% 0.47% -
HSV(B) 160.38º 0.36% 0.57% -
XYZ 18.86 24.52 24.51 -
YUV 128.51 128.27 103.38 -
System Red Green Blue C M Y K H S L
Decimal 94 146 129 0.36 0 0.12 0.43 160.38 0.22 0.47
Hex 5E 92 81 24 0 C 2B A0 16 2F
Octal 136 222 201 44 0 14 53 240 26 57
Binary 1011110 10010010 10000001 100100 0 1100 101011 10100000 10110 101111

Color Harmonies of #5E9281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9281

Black with #5E9281

Text Example


Text Example

White with #5E9281

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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