Html Css Color HEX #5D987F Patina

📋 copy color: '#5D987F'

red 93 ◦ green 152 ◦ blue 127

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

Shades of Patina #5D987F

Tints of Patina #5D987F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.86%

 BLUE value IS 127 (50% from 255) = 34.14%

R = 25%
G = 40.86%
B = 34.14%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#5D987F (or 0x5D987F) is known color: Patina. HEX triplet: 5D, 98 and 7F. RGB value is (93,152,127). Sum of RGB (Red+Green+Blue) = 93+152+127=372 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25% from 372); Green value is 152 (59.77% from 255 or 40.86% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 152 - color contains mainly: green. Hex color #5D987F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D987F is #A26780. Grayscale: #838383. Windows color (decimal): -10643329 or 8362077. OLE color: 8362077.

HSL color Cylindrical-coordinate representation of color #5D987F: hue angle of 154.58º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5D987F is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 93 152 127 -
CMYK 0.39 0 0.16 0.40
HSL 154.58º 0.24% 0.48% -
HSV(B) 154.58º 0.39% 0.6% -
XYZ 19.57 26.32 24.13 -
YUV 131.51 125.45 100.53 -
System Red Green Blue C M Y K H S L
Decimal 93 152 127 0.39 0 0.16 0.40 154.58 0.24 0.48
Hex 5D 98 7F 27 0 10 28 9B 18 30
Octal 135 230 177 47 0 20 50 233 30 60
Binary 1011101 10011000 1111111 100111 0 10000 101000 10011011 11000 110000

Color Harmonies of #5D987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D987F

Black with #5D987F

Text Example


Text Example

White with #5D987F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,152,127); }

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

background-color css

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

 a { background-color: rgb(93,152,127); }

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

border-color css

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

 span { border-color: rgb(93,152,127); }

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