Html Css Color HEX #599084 Patina

📋 copy color: '#599084'

red 89 ◦ green 144 ◦ blue 132

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

Shades of Patina #599084

Tints of Patina #599084

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.45%

 BLUE value IS 132 (51.95% from 255) = 36.16%

R = 24.38%
G = 39.45%
B = 36.16%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#599084 (or 0x599084) is known color: Patina. HEX triplet: 59, 90 and 84. RGB value is (89,144,132). Sum of RGB (Red+Green+Blue) = 89+144+132=365 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.38% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 144 - color contains mainly: green. Hex color #599084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599084 is #A66F7B. Grayscale: #7E7E7E. Windows color (decimal): -10907516 or 8687705. OLE color: 8687705.

HSL color Cylindrical-coordinate representation of color #599084: hue angle of 166.91º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #599084 is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB 89 144 132 -
CMYK 0.38 0 0.08 0.44
HSL 166.91º 0.24% 0.46% -
HSV(B) 166.91º 0.38% 0.56% -
XYZ 18.26 23.74 25.45 -
YUV 126.19 131.28 101.48 -
System Red Green Blue C M Y K H S L
Decimal 89 144 132 0.38 0 0.08 0.44 166.91 0.24 0.46
Hex 59 90 84 26 0 8 2C A7 18 2E
Octal 131 220 204 46 0 10 54 247 30 56
Binary 1011001 10010000 10000100 100110 0 1000 101100 10100111 11000 101110

Color Harmonies of #599084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599084

Black with #599084

Text Example


Text Example

White with #599084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599084; }

 p { color: rgb(89,144,132); }

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

background-color css

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

 a { background-color: rgb(89,144,132); }

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

border-color css

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

 span { border-color: rgb(89,144,132); }

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