Html Css Color HEX #5E987D Patina

📋 copy color: '#5E987D'

red 94 ◦ green 152 ◦ blue 125

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

Shades of Patina #5E987D

Tints of Patina #5E987D

RGB

 RED value IS 94 (37.11% from 255) = 25.34%

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

 BLUE value IS 125 (49.22% from 255) = 33.69%

R = 25.34%
G = 40.97%
B = 33.69%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#5E987D (or 0x5E987D) is known color: Patina. HEX triplet: 5E, 98 and 7D. RGB value is (94,152,125). Sum of RGB (Red+Green+Blue) = 94+152+125=371 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.34% from 371); Green value is 152 (59.77% from 255 or 40.97% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 152 - color contains mainly: green. Hex color #5E987D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E987D is #A16782. Grayscale: #838383. Windows color (decimal): -10577795 or 8231006. OLE color: 8231006.

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

Color convert

RGB 94 152 125 -
CMYK 0.38 0 0.18 0.40
HSL 152.07º 0.24% 0.48% -
HSV(B) 152.07º 0.38% 0.6% -
XYZ 19.55 26.32 23.45 -
YUV 131.58 124.28 101.2 -
System Red Green Blue C M Y K H S L
Decimal 94 152 125 0.38 0 0.18 0.40 152.07 0.24 0.48
Hex 5E 98 7D 26 0 12 28 98 18 30
Octal 136 230 175 46 0 22 50 230 30 60
Binary 1011110 10011000 1111101 100110 0 10010 101000 10011000 11000 110000

Color Harmonies of #5E987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E987D

Black with #5E987D

Text Example


Text Example

White with #5E987D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,152,125); }

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

background-color css

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

 a { background-color: rgb(94,152,125); }

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

border-color css

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

 span { border-color: rgb(94,152,125); }

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