Html Css Color HEX #5D987E Patina

📋 copy color: '#5D987E'

red 93 ◦ green 152 ◦ blue 126

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

Shades of Patina #5D987E

Tints of Patina #5D987E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.96%

R = 25.07%
G = 40.97%
B = 33.96%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#5D987E (or 0x5D987E) is known color: Patina. HEX triplet: 5D, 98 and 7E. RGB value is (93,152,126). Sum of RGB (Red+Green+Blue) = 93+152+126=371 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.07% from 371); Green value is 152 (59.77% from 255 or 40.97% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 152 - color contains mainly: green. Hex color #5D987E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D987E is #A26781. Grayscale: #838383. Windows color (decimal): -10643330 or 8296541. OLE color: 8296541.

HSL color Cylindrical-coordinate representation of color #5D987E: hue angle of 153.56º 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 #5D987E is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB 93 152 126 -
CMYK 0.39 0 0.17 0.40
HSL 153.56º 0.24% 0.48% -
HSV(B) 153.56º 0.39% 0.6% -
XYZ 19.51 26.29 23.78 -
YUV 131.4 124.95 100.61 -
System Red Green Blue C M Y K H S L
Decimal 93 152 126 0.39 0 0.17 0.40 153.56 0.24 0.48
Hex 5D 98 7E 27 0 11 28 9A 18 30
Octal 135 230 176 47 0 21 50 232 30 60
Binary 1011101 10011000 1111110 100111 0 10001 101000 10011010 11000 110000

Color Harmonies of #5D987E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D987E

Black with #5D987E

Text Example


Text Example

White with #5D987E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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