Html Css Color HEX #59998C Patina

📋 copy color: '#59998C'

red 89 ◦ green 153 ◦ blue 140

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

Shades of Patina #59998C

Tints of Patina #59998C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.05%

 BLUE value IS 140 (55.08% from 255) = 36.65%

R = 23.3%
G = 40.05%
B = 36.65%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#59998C (or 0x59998C) is known color: Patina. HEX triplet: 59, 99 and 8C. RGB value is (89,153,140). Sum of RGB (Red+Green+Blue) = 89+153+140=382 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.30% from 382); Green value is 153 (60.16% from 255 or 40.05% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 153 - color contains mainly: green. Hex color #59998C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59998C is #A66673. Grayscale: #848484. Windows color (decimal): -10905204 or 9214297. OLE color: 9214297.

HSL color Cylindrical-coordinate representation of color #59998C: hue angle of 167.81º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #59998C is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 89 153 140 -
CMYK 0.42 0 0.08 0.4
HSL 167.81º 0.26% 0.47% -
HSV(B) 167.81º 0.42% 0.6% -
XYZ 20.24 26.8 28.92 -
YUV 132.38 132.3 97.06 -
System Red Green Blue C M Y K H S L
Decimal 89 153 140 0.42 0 0.08 0.4 167.81 0.26 0.47
Hex 59 99 8C 2A 0 8 28 A8 1A 2F
Octal 131 231 214 52 0 10 50 250 32 57
Binary 1011001 10011001 10001100 101010 0 1000 101000 10101000 11010 101111

Color Harmonies of #59998C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59998C

Black with #59998C

Text Example


Text Example

White with #59998C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59998C; }

 p { color: rgb(89,153,140); }

 H1.HeaderClassName
 {
   color: #59998C;
 }
 .AnyTagClassName
 {
   color: #59998C;
 }
</style>

background-color css

<style>
 a { background-color: #59998C; }

 a { background-color: rgb(89,153,140); }

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

border-color css

<style>
 span { border-color: #59998C; }

 span { border-color: rgb(89,153,140); }

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