Html Css Color HEX #599283 Patina

📋 copy color: '#599283'

red 89 ◦ green 146 ◦ blue 131

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

Shades of Patina #599283

Tints of Patina #599283

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.89%

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

R = 24.32%
G = 39.89%
B = 35.79%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#599283 (or 0x599283) is known color: Patina. HEX triplet: 59, 92 and 83. RGB value is (89,146,131). Sum of RGB (Red+Green+Blue) = 89+146+131=366 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.32% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 131 (51.56% from 255 or 35.79% from 366); Max value from RGB is 146 - color contains mainly: green. Hex color #599283 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599283 is #A66D7C. Grayscale: #7F7F7F. Windows color (decimal): -10907005 or 8622681. OLE color: 8622681.

HSL color Cylindrical-coordinate representation of color #599283: hue angle of 164.21º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #599283 is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB 89 146 131 -
CMYK 0.39 0 0.10 0.43
HSL 164.21º 0.24% 0.46% -
HSV(B) 164.21º 0.39% 0.57% -
XYZ 18.5 24.32 25.19 -
YUV 127.25 130.12 100.72 -
System Red Green Blue C M Y K H S L
Decimal 89 146 131 0.39 0 0.10 0.43 164.21 0.24 0.46
Hex 59 92 83 27 0 A 2B A4 18 2E
Octal 131 222 203 47 0 12 53 244 30 56
Binary 1011001 10010010 10000011 100111 0 1010 101011 10100100 11000 101110

Color Harmonies of #599283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599283

Black with #599283

Text Example


Text Example

White with #599283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599283; }

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

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

background-color css

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

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

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

border-color css

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

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

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