Html Css Color HEX #599983 Patina

📋 copy color: '#599983'

red 89 ◦ green 153 ◦ blue 131

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

Shades of Patina #599983

Tints of Patina #599983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.12%

R = 23.86%
G = 41.02%
B = 35.12%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#599983 (or 0x599983) is known color: Patina. HEX triplet: 59, 99 and 83. RGB value is (89,153,131). Sum of RGB (Red+Green+Blue) = 89+153+131=373 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.86% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 153 - color contains mainly: green. Hex color #599983 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599983 is #A6667C. Grayscale: #838383. Windows color (decimal): -10905213 or 8624473. OLE color: 8624473.

HSL color Cylindrical-coordinate representation of color #599983: hue angle of 159.38º 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 #599983 is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB 89 153 131 -
CMYK 0.42 0 0.14 0.4
HSL 159.38º 0.26% 0.47% -
HSV(B) 159.38º 0.42% 0.6% -
XYZ 19.61 26.55 25.56 -
YUV 131.36 127.8 97.79 -
System Red Green Blue C M Y K H S L
Decimal 89 153 131 0.42 0 0.14 0.4 159.38 0.26 0.47
Hex 59 99 83 2A 0 E 28 9F 1A 2F
Octal 131 231 203 52 0 16 50 237 32 57
Binary 1011001 10011001 10000011 101010 0 1110 101000 10011111 11010 101111

Color Harmonies of #599983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599983

Black with #599983

Text Example


Text Example

White with #599983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599983; }

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

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

background-color css

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

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

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

border-color css

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

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

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