Html Css Color HEX #5DA487 Patina

📋 copy color: '#5DA487'

red 93 ◦ green 164 ◦ blue 135

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

Shades of Patina #5DA487

Tints of Patina #5DA487

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.84%

 BLUE value IS 135 (53.13% from 255) = 34.44%

R = 23.72%
G = 41.84%
B = 34.44%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#5DA487 (or 0x5DA487) is known color: Patina. HEX triplet: 5D, A4 and 87. RGB value is (93,164,135). Sum of RGB (Red+Green+Blue) = 93+164+135=392 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.72% from 392); Green value is 164 (64.45% from 255 or 41.84% from 392); Blue value is 135 (53.12% from 255 or 34.44% from 392); Max value from RGB is 164 - color contains mainly: green. Hex color #5DA487 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA487 is #A25B78. Grayscale: #8B8B8B. Windows color (decimal): -10640249 or 8889437. OLE color: 8889437.

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

Color convert

RGB 93 164 135 -
CMYK 0.43 0 0.18 0.36
HSL 155.49º 0.28% 0.5% -
HSV(B) 155.49º 0.43% 0.64% -
XYZ 22.16 30.63 27.67 -
YUV 139.47 125.48 94.86 -
System Red Green Blue C M Y K H S L
Decimal 93 164 135 0.43 0 0.18 0.36 155.49 0.28 0.5
Hex 5D A4 87 2B 0 12 24 9B 1C 32
Octal 135 244 207 53 0 22 44 233 34 62
Binary 1011101 10100100 10000111 101011 0 10010 100100 10011011 11100 110010

Color Harmonies of #5DA487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA487

Black with #5DA487

Text Example


Text Example

White with #5DA487

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,164,135); }

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

background-color css

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

 a { background-color: rgb(93,164,135); }

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

border-color css

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

 span { border-color: rgb(93,164,135); }

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