Html Css Color HEX #589881 Patina

📋 copy color: '#589881'

red 88 ◦ green 152 ◦ blue 129

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

Shades of Patina #589881

Tints of Patina #589881

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.19%

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

R = 23.85%
G = 41.19%
B = 34.96%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#589881 (or 0x589881) is known color: Patina. HEX triplet: 58, 98 and 81. RGB value is (88,152,129). Sum of RGB (Red+Green+Blue) = 88+152+129=369 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.85% from 369); Green value is 152 (59.77% from 255 or 41.19% from 369); Blue value is 129 (50.78% from 255 or 34.96% from 369); Max value from RGB is 152 - color contains mainly: green. Hex color #589881 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589881 is #A7677E. Grayscale: #828282. Windows color (decimal): -10971007 or 8493144. OLE color: 8493144.

HSL color Cylindrical-coordinate representation of color #589881: hue angle of 158.44º degrees, saturation: 0.27, 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 #589881 is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB 88 152 129 -
CMYK 0.42 0 0.15 0.40
HSL 158.44º 0.27% 0.47% -
HSV(B) 158.44º 0.42% 0.6% -
XYZ 19.22 26.12 24.8 -
YUV 130.24 127.3 97.87 -
System Red Green Blue C M Y K H S L
Decimal 88 152 129 0.42 0 0.15 0.40 158.44 0.27 0.47
Hex 58 98 81 2A 0 F 28 9E 1B 2F
Octal 130 230 201 52 0 17 50 236 33 57
Binary 1011000 10011000 10000001 101010 0 1111 101000 10011110 11011 101111

Color Harmonies of #589881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589881

Black with #589881

Text Example


Text Example

White with #589881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589881; }

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

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

background-color css

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

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

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

border-color css

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

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

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