Html Css Color HEX #599483 Patina

📋 copy color: '#599483'

red 89 ◦ green 148 ◦ blue 131

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

Shades of Patina #599483

Tints of Patina #599483

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.22%

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

R = 24.18%
G = 40.22%
B = 35.6%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#599483 (or 0x599483) is known color: Patina. HEX triplet: 59, 94 and 83. RGB value is (89,148,131). Sum of RGB (Red+Green+Blue) = 89+148+131=368 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.18% from 368); Green value is 148 (58.20% from 255 or 40.22% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 148 - color contains mainly: green. Hex color #599483 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599483 is #A66B7C. Grayscale: #808080. Windows color (decimal): -10906493 or 8623193. OLE color: 8623193.

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

Color convert

RGB 89 148 131 -
CMYK 0.40 0 0.11 0.42
HSL 162.71º 0.25% 0.46% -
HSV(B) 162.71º 0.4% 0.58% -
XYZ 18.81 24.94 25.3 -
YUV 128.42 129.45 99.88 -
System Red Green Blue C M Y K H S L
Decimal 89 148 131 0.40 0 0.11 0.42 162.71 0.25 0.46
Hex 59 94 83 28 0 B 2A A3 19 2E
Octal 131 224 203 50 0 13 52 243 31 56
Binary 1011001 10010100 10000011 101000 0 1011 101010 10100011 11001 101110

Color Harmonies of #599483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599483

Black with #599483

Text Example


Text Example

White with #599483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599483; }

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

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

background-color css

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

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

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

border-color css

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

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

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