Html Css Color HEX #599881 Patina

📋 copy color: '#599881'

red 89 ◦ green 152 ◦ blue 129

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

Shades of Patina #599881

Tints of Patina #599881

RGB

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

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

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

R = 24.05%
G = 41.08%
B = 34.86%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#599881 (or 0x599881) is known color: Patina. HEX triplet: 59, 98 and 81. RGB value is (89,152,129). Sum of RGB (Red+Green+Blue) = 89+152+129=370 (49% of max value = 765). Red value is 89 (35.16% from 255 or 24.05% from 370); Green value is 152 (59.77% from 255 or 41.08% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 152 - color contains mainly: green. Hex color #599881 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599881 is #A6677E. Grayscale: #828282. Windows color (decimal): -10905471 or 8493145. OLE color: 8493145.

HSL color Cylindrical-coordinate representation of color #599881: hue angle of 158.1º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #599881 is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB 89 152 129 -
CMYK 0.41 0 0.15 0.40
HSL 158.1º 0.26% 0.47% -
HSV(B) 158.1º 0.41% 0.6% -
XYZ 19.31 26.17 24.8 -
YUV 130.54 127.13 98.37 -
System Red Green Blue C M Y K H S L
Decimal 89 152 129 0.41 0 0.15 0.40 158.1 0.26 0.47
Hex 59 98 81 29 0 F 28 9E 1A 2F
Octal 131 230 201 51 0 17 50 236 32 57
Binary 1011001 10011000 10000001 101001 0 1111 101000 10011110 11010 101111

Color Harmonies of #599881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599881

Black with #599881

Text Example


Text Example

White with #599881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599881; }

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

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

background-color css

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

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

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

border-color css

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

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

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