Html Css Color HEX #599285 Patina

📋 copy color: '#599285'

red 89 ◦ green 146 ◦ blue 133

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

Shades of Patina #599285

Tints of Patina #599285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.14%

R = 24.18%
G = 39.67%
B = 36.14%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#599285 (or 0x599285) is known color: Patina. HEX triplet: 59, 92 and 85. RGB value is (89,146,133). Sum of RGB (Red+Green+Blue) = 89+146+133=368 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.18% from 368); Green value is 146 (57.42% from 255 or 39.67% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 146 - color contains mainly: green. Hex color #599285 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599285 is #A66D7A. Grayscale: #7F7F7F. Windows color (decimal): -10907003 or 8753753. OLE color: 8753753.

HSL color Cylindrical-coordinate representation of color #599285: hue angle of 166.32º 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 #599285 is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB 89 146 133 -
CMYK 0.39 0 0.09 0.43
HSL 166.32º 0.24% 0.46% -
HSV(B) 166.32º 0.39% 0.57% -
XYZ 18.63 24.38 25.91 -
YUV 127.48 131.12 100.56 -
System Red Green Blue C M Y K H S L
Decimal 89 146 133 0.39 0 0.09 0.43 166.32 0.24 0.46
Hex 59 92 85 27 0 9 2B A6 18 2E
Octal 131 222 205 47 0 11 53 246 30 56
Binary 1011001 10010010 10000101 100111 0 1001 101011 10100110 11000 101110

Color Harmonies of #599285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599285

Black with #599285

Text Example


Text Example

White with #599285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599285; }

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

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

background-color css

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

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

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

border-color css

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

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

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