Html Css Color HEX #589489 Patina

📋 copy color: '#589489'

red 88 ◦ green 148 ◦ blue 137

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

Shades of Patina #589489

Tints of Patina #589489

RGB

 RED value IS 88 (34.77% from 255) = 23.59%

 GREEN value IS 148 (58.2% from 255) = 39.68%

 BLUE value IS 137 (53.91% from 255) = 36.73%

R = 23.59%
G = 39.68%
B = 36.73%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#589489 (or 0x589489) is known color: Patina. HEX triplet: 58, 94 and 89. RGB value is (88,148,137). Sum of RGB (Red+Green+Blue) = 88+148+137=373 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.59% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 137 (53.91% from 255 or 36.73% from 373); Max value from RGB is 148 - color contains mainly: green. Hex color #589489 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589489 is #A76B76. Grayscale: #808080. Windows color (decimal): -10972023 or 9016408. OLE color: 9016408.

HSL color Cylindrical-coordinate representation of color #589489: hue angle of 169º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #589489 is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 148 137 -
CMYK 0.41 0 0.07 0.42
HSL 169º 0.25% 0.46% -
HSV(B) 169º 0.41% 0.58% -
XYZ 19.13 25.06 27.5 -
YUV 128.81 132.62 98.89 -
System Red Green Blue C M Y K H S L
Decimal 88 148 137 0.41 0 0.07 0.42 169 0.25 0.46
Hex 58 94 89 29 0 7 2A A9 19 2E
Octal 130 224 211 51 0 7 52 251 31 56
Binary 1011000 10010100 10001001 101001 0 111 101010 10101001 11001 101110

Color Harmonies of #589489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589489

Black with #589489

Text Example


Text Example

White with #589489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589489; }

 p { color: rgb(88,148,137); }

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

background-color css

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

 a { background-color: rgb(88,148,137); }

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

border-color css

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

 span { border-color: rgb(88,148,137); }

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