Html Css Color HEX #598E7C Patina

📋 copy color: '#598E7C'

red 89 ◦ green 142 ◦ blue 124

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

Shades of Patina #598E7C

Tints of Patina #598E7C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40%

 BLUE value IS 124 (48.83% from 255) = 34.93%

R = 25.07%
G = 40%
B = 34.93%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#598E7C (or 0x598E7C) is known color: Patina. HEX triplet: 59, 8E and 7C. RGB value is (89,142,124). Sum of RGB (Red+Green+Blue) = 89+142+124=355 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25.07% from 355); Green value is 142 (55.86% from 255 or 40% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 142 - color contains mainly: green. Hex color #598E7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #598E7C is #A67183. Grayscale: #7C7C7C. Windows color (decimal): -10908036 or 8162905. OLE color: 8162905.

HSL color Cylindrical-coordinate representation of color #598E7C: hue angle of 159.62º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #598E7C is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 89 142 124 -
CMYK 0.37 0 0.13 0.44
HSL 159.62º 0.23% 0.45% -
HSV(B) 159.62º 0.37% 0.56% -
XYZ 17.43 22.93 22.58 -
YUV 124.1 127.94 102.96 -
System Red Green Blue C M Y K H S L
Decimal 89 142 124 0.37 0 0.13 0.44 159.62 0.23 0.45
Hex 59 8E 7C 25 0 D 2C A0 17 2D
Octal 131 216 174 45 0 15 54 240 27 55
Binary 1011001 10001110 1111100 100101 0 1101 101100 10100000 10111 101101

Color Harmonies of #598E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598E7C

Black with #598E7C

Text Example


Text Example

White with #598E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #598E7C; }

 p { color: rgb(89,142,124); }

 H1.HeaderClassName
 {
   color: #598E7C;
 }
 .AnyTagClassName
 {
   color: #598E7C;
 }
</style>

background-color css

<style>
 a { background-color: #598E7C; }

 a { background-color: rgb(89,142,124); }

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

border-color css

<style>
 span { border-color: #598E7C; }

 span { border-color: rgb(89,142,124); }

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