Html Css Color HEX #599383 Patina

📋 copy color: '#599383'

red 89 ◦ green 147 ◦ blue 131

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

Shades of Patina #599383

Tints of Patina #599383

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.05%

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

R = 24.25%
G = 40.05%
B = 35.69%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#599383 (or 0x599383) is known color: Patina. HEX triplet: 59, 93 and 83. RGB value is (89,147,131). Sum of RGB (Red+Green+Blue) = 89+147+131=367 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.25% from 367); Green value is 147 (57.81% from 255 or 40.05% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 147 - color contains mainly: green. Hex color #599383 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599383 is #A66C7C. Grayscale: #7F7F7F. Windows color (decimal): -10906749 or 8622937. OLE color: 8622937.

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

Color convert

RGB 89 147 131 -
CMYK 0.39 0 0.11 0.42
HSL 163.45º 0.25% 0.46% -
HSV(B) 163.45º 0.39% 0.58% -
XYZ 18.65 24.63 25.24 -
YUV 127.83 129.78 100.3 -
System Red Green Blue C M Y K H S L
Decimal 89 147 131 0.39 0 0.11 0.42 163.45 0.25 0.46
Hex 59 93 83 27 0 B 2A A3 19 2E
Octal 131 223 203 47 0 13 52 243 31 56
Binary 1011001 10010011 10000011 100111 0 1011 101010 10100011 11001 101110

Color Harmonies of #599383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599383

Black with #599383

Text Example


Text Example

White with #599383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599383; }

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

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

background-color css

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

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

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

border-color css

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

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

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