Html Css Color HEX #599282 Patina

📋 copy color: '#599282'

red 89 ◦ green 146 ◦ blue 130

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

Shades of Patina #599282

Tints of Patina #599282

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40%

 BLUE value IS 130 (51.17% from 255) = 35.62%

R = 24.38%
G = 40%
B = 35.62%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.11

 K value IS 0.43

RGB Variations

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

Color information

#599282 (or 0x599282) is known color: Patina. HEX triplet: 59, 92 and 82. RGB value is (89,146,130). Sum of RGB (Red+Green+Blue) = 89+146+130=365 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.38% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 146 - color contains mainly: green. Hex color #599282 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599282 is #A66D7D. Grayscale: #7F7F7F. Windows color (decimal): -10907006 or 8557145. OLE color: 8557145.

HSL color Cylindrical-coordinate representation of color #599282: hue angle of 163.16º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #599282 is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB 89 146 130 -
CMYK 0.39 0 0.11 0.43
HSL 163.16º 0.24% 0.46% -
HSV(B) 163.16º 0.39% 0.57% -
XYZ 18.43 24.29 24.84 -
YUV 127.13 129.62 100.8 -
System Red Green Blue C M Y K H S L
Decimal 89 146 130 0.39 0 0.11 0.43 163.16 0.24 0.46
Hex 59 92 82 27 0 B 2B A3 18 2E
Octal 131 222 202 47 0 13 53 243 30 56
Binary 1011001 10010010 10000010 100111 0 1011 101011 10100011 11000 101110

Color Harmonies of #599282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599282

Black with #599282

Text Example


Text Example

White with #599282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599282; }

 p { color: rgb(89,146,130); }

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

background-color css

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

 a { background-color: rgb(89,146,130); }

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

border-color css

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

 span { border-color: rgb(89,146,130); }

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