Html Css Color HEX #59987B Patina

📋 copy color: '#59987B'

red 89 ◦ green 152 ◦ blue 123

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

Shades of Patina #59987B

Tints of Patina #59987B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.79%

R = 24.45%
G = 41.76%
B = 33.79%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#59987B (or 0x59987B) is known color: Patina. HEX triplet: 59, 98 and 7B. RGB value is (89,152,123). Sum of RGB (Red+Green+Blue) = 89+152+123=364 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.45% from 364); Green value is 152 (59.77% from 255 or 41.76% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 152 - color contains mainly: green. Hex color #59987B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59987B is #A66784. Grayscale: #818181. Windows color (decimal): -10905477 or 8099929. OLE color: 8099929.

HSL color Cylindrical-coordinate representation of color #59987B: hue angle of 152.38º 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 #59987B is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 89 152 123 -
CMYK 0.41 0 0.19 0.40
HSL 152.38º 0.26% 0.47% -
HSV(B) 152.38º 0.41% 0.6% -
XYZ 18.92 26.01 22.76 -
YUV 129.86 124.13 98.86 -
System Red Green Blue C M Y K H S L
Decimal 89 152 123 0.41 0 0.19 0.40 152.38 0.26 0.47
Hex 59 98 7B 29 0 13 28 98 1A 2F
Octal 131 230 173 51 0 23 50 230 32 57
Binary 1011001 10011000 1111011 101001 0 10011 101000 10011000 11010 101111

Color Harmonies of #59987B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59987B

Black with #59987B

Text Example


Text Example

White with #59987B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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