Html Css Color HEX #599880 Patina

📋 copy color: '#599880'

red 89 ◦ green 152 ◦ blue 128

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

Shades of Patina #599880

Tints of Patina #599880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.69%

R = 24.12%
G = 41.19%
B = 34.69%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#599880 (or 0x599880) is known color: Patina. HEX triplet: 59, 98 and 80. RGB value is (89,152,128). Sum of RGB (Red+Green+Blue) = 89+152+128=369 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.12% from 369); Green value is 152 (59.77% from 255 or 41.19% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 152 - color contains mainly: green. Hex color #599880 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599880 is #A6677F. Grayscale: #828282. Windows color (decimal): -10905472 or 8427609. OLE color: 8427609.

HSL color Cylindrical-coordinate representation of color #599880: hue angle of 157.14º 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 #599880 is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 89 152 128 -
CMYK 0.41 0 0.16 0.40
HSL 157.14º 0.26% 0.47% -
HSV(B) 157.14º 0.41% 0.6% -
XYZ 19.24 26.14 24.45 -
YUV 130.43 126.63 98.45 -
System Red Green Blue C M Y K H S L
Decimal 89 152 128 0.41 0 0.16 0.40 157.14 0.26 0.47
Hex 59 98 80 29 0 10 28 9D 1A 2F
Octal 131 230 200 51 0 20 50 235 32 57
Binary 1011001 10011000 10000000 101001 0 10000 101000 10011101 11010 101111

Color Harmonies of #599880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599880

Black with #599880

Text Example


Text Example

White with #599880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599880; }

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

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

background-color css

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

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

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

border-color css

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

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

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