Html Css Color HEX #599A87 Patina

📋 copy color: '#599A87'

red 89 ◦ green 154 ◦ blue 135

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

Shades of Patina #599A87

Tints of Patina #599A87

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.74%

 BLUE value IS 135 (53.13% from 255) = 35.71%

R = 23.54%
G = 40.74%
B = 35.71%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#599A87 (or 0x599A87) is known color: Patina. HEX triplet: 59, 9A and 87. RGB value is (89,154,135). Sum of RGB (Red+Green+Blue) = 89+154+135=378 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.54% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 135 (53.12% from 255 or 35.71% from 378); Max value from RGB is 154 - color contains mainly: green. Hex color #599A87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599A87 is #A66578. Grayscale: #848484. Windows color (decimal): -10904953 or 8886873. OLE color: 8886873.

HSL color Cylindrical-coordinate representation of color #599A87: hue angle of 162.46º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #599A87 is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB 89 154 135 -
CMYK 0.42 0 0.12 0.40
HSL 162.46º 0.27% 0.48% -
HSV(B) 162.46º 0.42% 0.6% -
XYZ 20.05 26.98 27.07 -
YUV 132.4 129.47 97.04 -
System Red Green Blue C M Y K H S L
Decimal 89 154 135 0.42 0 0.12 0.40 162.46 0.27 0.48
Hex 59 9A 87 2A 0 C 28 A2 1B 30
Octal 131 232 207 52 0 14 50 242 33 60
Binary 1011001 10011010 10000111 101010 0 1100 101000 10100010 11011 110000

Color Harmonies of #599A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599A87

Black with #599A87

Text Example


Text Example

White with #599A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599A87; }

 p { color: rgb(89,154,135); }

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

background-color css

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

 a { background-color: rgb(89,154,135); }

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

border-color css

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

 span { border-color: rgb(89,154,135); }

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