Html Css Color HEX #5DA383 Patina

📋 copy color: '#5DA383'

red 93 ◦ green 163 ◦ blue 131

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

Shades of Patina #5DA383

Tints of Patina #5DA383

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.12%

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

R = 24.03%
G = 42.12%
B = 33.85%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#5DA383 (or 0x5DA383) is known color: Patina. HEX triplet: 5D, A3 and 83. RGB value is (93,163,131). Sum of RGB (Red+Green+Blue) = 93+163+131=387 (51% of max value = 765). Red value is 93 (36.72% from 255 or 24.03% from 387); Green value is 163 (64.06% from 255 or 42.12% from 387); Blue value is 131 (51.56% from 255 or 33.85% from 387); Max value from RGB is 163 - color contains mainly: green. Hex color #5DA383 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA383 is #A25C7C. Grayscale: #8A8A8A. Windows color (decimal): -10640509 or 8627037. OLE color: 8627037.

HSL color Cylindrical-coordinate representation of color #5DA383: hue angle of 152.57º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5DA383 is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 93 163 131 -
CMYK 0.43 0 0.20 0.36
HSL 152.57º 0.28% 0.5% -
HSV(B) 152.57º 0.43% 0.64% -
XYZ 21.71 30.16 26.15 -
YUV 138.42 123.81 95.6 -
System Red Green Blue C M Y K H S L
Decimal 93 163 131 0.43 0 0.20 0.36 152.57 0.28 0.5
Hex 5D A3 83 2B 0 14 24 99 1C 32
Octal 135 243 203 53 0 24 44 231 34 62
Binary 1011101 10100011 10000011 101011 0 10100 100100 10011001 11100 110010

Color Harmonies of #5DA383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA383

Black with #5DA383

Text Example


Text Example

White with #5DA383

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,163,131); }

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

background-color css

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

 a { background-color: rgb(93,163,131); }

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

border-color css

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

 span { border-color: rgb(93,163,131); }

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