Html Css Color HEX #5DA189 Patina

📋 copy color: '#5DA189'

red 93 ◦ green 161 ◦ blue 137

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

Shades of Patina #5DA189

Tints of Patina #5DA189

RGB

 RED value IS 93 (36.72% from 255) = 23.79%

 GREEN value IS 161 (63.28% from 255) = 41.18%

 BLUE value IS 137 (53.91% from 255) = 35.04%

R = 23.79%
G = 41.18%
B = 35.04%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.15

 K value IS 0.37

RGB Variations

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

Color information

#5DA189 (or 0x5DA189) is known color: Patina. HEX triplet: 5D, A1 and 89. RGB value is (93,161,137). Sum of RGB (Red+Green+Blue) = 93+161+137=391 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.79% from 391); Green value is 161 (63.28% from 255 or 41.18% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA189 is #A25E76. Grayscale: #898989. Windows color (decimal): -10641015 or 9019741. OLE color: 9019741.

HSL color Cylindrical-coordinate representation of color #5DA189: hue angle of 158.82º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5DA189 is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB 93 161 137 -
CMYK 0.42 0 0.15 0.37
HSL 158.82º 0.27% 0.5% -
HSV(B) 158.82º 0.42% 0.63% -
XYZ 21.77 29.62 28.24 -
YUV 137.93 127.47 95.95 -
System Red Green Blue C M Y K H S L
Decimal 93 161 137 0.42 0 0.15 0.37 158.82 0.27 0.5
Hex 5D A1 89 2A 0 F 25 9F 1B 32
Octal 135 241 211 52 0 17 45 237 33 62
Binary 1011101 10100001 10001001 101010 0 1111 100101 10011111 11011 110010

Color Harmonies of #5DA189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA189

Black with #5DA189

Text Example


Text Example

White with #5DA189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,161,137); }

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

background-color css

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

 a { background-color: rgb(93,161,137); }

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

border-color css

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

 span { border-color: rgb(93,161,137); }

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