Html Css Color HEX #599481 Patina

📋 copy color: '#599481'

red 89 ◦ green 148 ◦ blue 129

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

Shades of Patina #599481

Tints of Patina #599481

RGB

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

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

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

R = 24.32%
G = 40.44%
B = 35.25%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#599481 (or 0x599481) is known color: Patina. HEX triplet: 59, 94 and 81. RGB value is (89,148,129). Sum of RGB (Red+Green+Blue) = 89+148+129=366 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.32% from 366); Green value is 148 (58.20% from 255 or 40.44% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 148 - color contains mainly: green. Hex color #599481 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599481 is #A66B7E. Grayscale: #808080. Windows color (decimal): -10906495 or 8492121. OLE color: 8492121.

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

Color convert

RGB 89 148 129 -
CMYK 0.40 0 0.13 0.42
HSL 160.68º 0.25% 0.46% -
HSV(B) 160.68º 0.4% 0.58% -
XYZ 18.67 24.89 24.59 -
YUV 128.19 128.45 100.04 -
System Red Green Blue C M Y K H S L
Decimal 89 148 129 0.40 0 0.13 0.42 160.68 0.25 0.46
Hex 59 94 81 28 0 D 2A A1 19 2E
Octal 131 224 201 50 0 15 52 241 31 56
Binary 1011001 10010100 10000001 101000 0 1101 101010 10100001 11001 101110

Color Harmonies of #599481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599481

Black with #599481

Text Example


Text Example

White with #599481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599481; }

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

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

background-color css

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

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

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

border-color css

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

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

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