Html Css Color HEX #59998B Patina

📋 copy color: '#59998B'

red 89 ◦ green 153 ◦ blue 139

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

Shades of Patina #59998B

Tints of Patina #59998B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.48%

R = 23.36%
G = 40.16%
B = 36.48%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.09

 K value IS 0.4

RGB Variations

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

Color information

#59998B (or 0x59998B) is known color: Patina. HEX triplet: 59, 99 and 8B. RGB value is (89,153,139). Sum of RGB (Red+Green+Blue) = 89+153+139=381 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.36% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 153 - color contains mainly: green. Hex color #59998B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59998B is #A66674. Grayscale: #848484. Windows color (decimal): -10905205 or 9148761. OLE color: 9148761.

HSL color Cylindrical-coordinate representation of color #59998B: hue angle of 166.88º 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 #59998B is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB 89 153 139 -
CMYK 0.42 0 0.09 0.4
HSL 166.88º 0.26% 0.47% -
HSV(B) 166.88º 0.42% 0.6% -
XYZ 20.17 26.77 28.53 -
YUV 132.27 131.8 97.14 -
System Red Green Blue C M Y K H S L
Decimal 89 153 139 0.42 0 0.09 0.4 166.88 0.26 0.47
Hex 59 99 8B 2A 0 9 28 A7 1A 2F
Octal 131 231 213 52 0 11 50 247 32 57
Binary 1011001 10011001 10001011 101010 0 1001 101000 10100111 11010 101111

Color Harmonies of #59998B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59998B

Black with #59998B

Text Example


Text Example

White with #59998B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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