Html Css Color HEX #589481 Patina

📋 copy color: '#589481'

red 88 ◦ green 148 ◦ blue 129

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

Shades of Patina #589481

Tints of Patina #589481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 35.34%

R = 24.11%
G = 40.55%
B = 35.34%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#589481 (or 0x589481) is known color: Patina. HEX triplet: 58, 94 and 81. RGB value is (88,148,129). Sum of RGB (Red+Green+Blue) = 88+148+129=365 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.11% from 365); Green value is 148 (58.20% from 255 or 40.55% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 148 - color contains mainly: green. Hex color #589481 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589481 is #A76B7E. Grayscale: #7F7F7F. Windows color (decimal): -10972031 or 8492120. OLE color: 8492120.

HSL color Cylindrical-coordinate representation of color #589481: hue angle of 161º 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 #589481 is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 148 129 -
CMYK 0.41 0 0.13 0.42
HSL 161º 0.25% 0.46% -
HSV(B) 161º 0.41% 0.58% -
XYZ 18.58 24.84 24.58 -
YUV 127.89 128.62 99.54 -
System Red Green Blue C M Y K H S L
Decimal 88 148 129 0.41 0 0.13 0.42 161 0.25 0.46
Hex 58 94 81 29 0 D 2A A1 19 2E
Octal 130 224 201 51 0 15 52 241 31 56
Binary 1011000 10010100 10000001 101001 0 1101 101010 10100001 11001 101110

Color Harmonies of #589481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589481

Black with #589481

Text Example


Text Example

White with #589481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589481; }

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

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

background-color css

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

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

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

border-color css

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

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

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