Html Css Color HEX #59997B Patina

📋 copy color: '#59997B'

red 89 ◦ green 153 ◦ blue 123

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

Shades of Patina #59997B

Tints of Patina #59997B

RGB

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

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

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

R = 24.38%
G = 41.92%
B = 33.7%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#59997B (or 0x59997B) is known color: Patina. HEX triplet: 59, 99 and 7B. RGB value is (89,153,123). Sum of RGB (Red+Green+Blue) = 89+153+123=365 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.38% from 365); Green value is 153 (60.16% from 255 or 41.92% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 153 - color contains mainly: green. Hex color #59997B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59997B is #A66684. Grayscale: #828282. Windows color (decimal): -10905221 or 8100185. OLE color: 8100185.

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

Color convert

RGB 89 153 123 -
CMYK 0.42 0 0.20 0.4
HSL 151.88º 0.26% 0.47% -
HSV(B) 151.88º 0.42% 0.6% -
XYZ 19.09 26.34 22.82 -
YUV 130.44 123.8 98.44 -
System Red Green Blue C M Y K H S L
Decimal 89 153 123 0.42 0 0.20 0.4 151.88 0.26 0.47
Hex 59 99 7B 2A 0 14 28 98 1A 2F
Octal 131 231 173 52 0 24 50 230 32 57
Binary 1011001 10011001 1111011 101010 0 10100 101000 10011000 11010 101111

Color Harmonies of #59997B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59997B

Black with #59997B

Text Example


Text Example

White with #59997B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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