Html Css Color HEX #59987D Patina

📋 copy color: '#59987D'

red 89 ◦ green 152 ◦ blue 125

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

Shades of Patina #59987D

Tints of Patina #59987D

RGB

 RED value IS 89 (35.16% from 255) = 24.32%

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

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

R = 24.32%
G = 41.53%
B = 34.15%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#59987D (or 0x59987D) is known color: Patina. HEX triplet: 59, 98 and 7D. RGB value is (89,152,125). Sum of RGB (Red+Green+Blue) = 89+152+125=366 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.32% from 366); Green value is 152 (59.77% from 255 or 41.53% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 152 - color contains mainly: green. Hex color #59987D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59987D is #A66782. Grayscale: #828282. Windows color (decimal): -10905475 or 8231001. OLE color: 8231001.

HSL color Cylindrical-coordinate representation of color #59987D: hue angle of 154.29º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #59987D is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 89 152 125 -
CMYK 0.41 0 0.18 0.40
HSL 154.29º 0.26% 0.47% -
HSV(B) 154.29º 0.41% 0.6% -
XYZ 19.05 26.06 23.43 -
YUV 130.09 125.13 98.7 -
System Red Green Blue C M Y K H S L
Decimal 89 152 125 0.41 0 0.18 0.40 154.29 0.26 0.47
Hex 59 98 7D 29 0 12 28 9A 1A 2F
Octal 131 230 175 51 0 22 50 232 32 57
Binary 1011001 10011000 1111101 101001 0 10010 101000 10011010 11010 101111

Color Harmonies of #59987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59987D

Black with #59987D

Text Example


Text Example

White with #59987D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59987D; }

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

 H1.HeaderClassName
 {
   color: #59987D;
 }
 .AnyTagClassName
 {
   color: #59987D;
 }
</style>

background-color css

<style>
 a { background-color: #59987D; }

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

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

border-color css

<style>
 span { border-color: #59987D; }

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

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