Html Css Color HEX #599883 Patina

📋 copy color: '#599883'

red 89 ◦ green 152 ◦ blue 131

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

Shades of Patina #599883

Tints of Patina #599883

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.86%

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

R = 23.92%
G = 40.86%
B = 35.22%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#599883 (or 0x599883) is known color: Patina. HEX triplet: 59, 98 and 83. RGB value is (89,152,131). Sum of RGB (Red+Green+Blue) = 89+152+131=372 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.92% from 372); Green value is 152 (59.77% from 255 or 40.86% from 372); Blue value is 131 (51.56% from 255 or 35.22% from 372); Max value from RGB is 152 - color contains mainly: green. Hex color #599883 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599883 is #A6677C. Grayscale: #828282. Windows color (decimal): -10905469 or 8624217. OLE color: 8624217.

HSL color Cylindrical-coordinate representation of color #599883: hue angle of 160º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #599883 is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 89 152 131 -
CMYK 0.41 0 0.14 0.40
HSL 160º 0.26% 0.47% -
HSV(B) 160º 0.41% 0.6% -
XYZ 19.44 26.22 25.51 -
YUV 130.77 128.13 98.21 -
System Red Green Blue C M Y K H S L
Decimal 89 152 131 0.41 0 0.14 0.40 160 0.26 0.47
Hex 59 98 83 29 0 E 28 A0 1A 2F
Octal 131 230 203 51 0 16 50 240 32 57
Binary 1011001 10011000 10000011 101001 0 1110 101000 10100000 11010 101111

Color Harmonies of #599883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599883

Black with #599883

Text Example


Text Example

White with #599883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599883; }

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

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

background-color css

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

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

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

border-color css

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

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

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