Html Css Color HEX #599583 Patina

📋 copy color: '#599583'

red 89 ◦ green 149 ◦ blue 131

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

Shades of Patina #599583

Tints of Patina #599583

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.38%

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

R = 24.12%
G = 40.38%
B = 35.5%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#599583 (or 0x599583) is known color: Patina. HEX triplet: 59, 95 and 83. RGB value is (89,149,131). Sum of RGB (Red+Green+Blue) = 89+149+131=369 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.12% from 369); Green value is 149 (58.59% from 255 or 40.38% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 149 - color contains mainly: green. Hex color #599583 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599583 is #A66A7C. Grayscale: #818181. Windows color (decimal): -10906237 or 8623449. OLE color: 8623449.

HSL color Cylindrical-coordinate representation of color #599583: hue angle of 162º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #599583 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 149 131 -
CMYK 0.40 0 0.12 0.42
HSL 162º 0.25% 0.47% -
HSV(B) 162º 0.4% 0.58% -
XYZ 18.96 25.26 25.35 -
YUV 129.01 129.12 99.46 -
System Red Green Blue C M Y K H S L
Decimal 89 149 131 0.40 0 0.12 0.42 162 0.25 0.47
Hex 59 95 83 28 0 C 2A A2 19 2F
Octal 131 225 203 50 0 14 52 242 31 57
Binary 1011001 10010101 10000011 101000 0 1100 101010 10100010 11001 101111

Color Harmonies of #599583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599583

Black with #599583

Text Example


Text Example

White with #599583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599583; }

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

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

background-color css

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

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

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

border-color css

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

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

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