Html Css Color HEX #599985 Patina

📋 copy color: '#599985'

red 89 ◦ green 153 ◦ blue 133

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

Shades of Patina #599985

Tints of Patina #599985

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.8%

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

R = 23.73%
G = 40.8%
B = 35.47%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#599985 (or 0x599985) is known color: Patina. HEX triplet: 59, 99 and 85. RGB value is (89,153,133). Sum of RGB (Red+Green+Blue) = 89+153+133=375 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.73% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 153 - color contains mainly: green. Hex color #599985 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599985 is #A6667A. Grayscale: #838383. Windows color (decimal): -10905211 or 8755545. OLE color: 8755545.

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

Color convert

RGB 89 153 133 -
CMYK 0.42 0 0.13 0.4
HSL 161.25º 0.26% 0.47% -
HSV(B) 161.25º 0.42% 0.6% -
XYZ 19.74 26.6 26.28 -
YUV 131.58 128.8 97.63 -
System Red Green Blue C M Y K H S L
Decimal 89 153 133 0.42 0 0.13 0.4 161.25 0.26 0.47
Hex 59 99 85 2A 0 D 28 A1 1A 2F
Octal 131 231 205 52 0 15 50 241 32 57
Binary 1011001 10011001 10000101 101010 0 1101 101000 10100001 11010 101111

Color Harmonies of #599985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599985

Black with #599985

Text Example


Text Example

White with #599985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599985; }

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

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

background-color css

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

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

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

border-color css

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

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

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