Html Css Color HEX #599C87 Patina

📋 copy color: '#599C87'

red 89 ◦ green 156 ◦ blue 135

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

Shades of Patina #599C87

Tints of Patina #599C87

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.05%

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

R = 23.42%
G = 41.05%
B = 35.53%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.13

 K value IS 0.39

RGB Variations

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

Color information

#599C87 (or 0x599C87) is known color: Patina. HEX triplet: 59, 9C and 87. RGB value is (89,156,135). Sum of RGB (Red+Green+Blue) = 89+156+135=380 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.42% from 380); Green value is 156 (61.33% from 255 or 41.05% from 380); Blue value is 135 (53.12% from 255 or 35.53% from 380); Max value from RGB is 156 - color contains mainly: green. Hex color #599C87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599C87 is #A66378. Grayscale: #858585. Windows color (decimal): -10904441 or 8887385. OLE color: 8887385.

HSL color Cylindrical-coordinate representation of color #599C87: hue angle of 161.19º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #599C87 is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB 89 156 135 -
CMYK 0.43 0 0.13 0.39
HSL 161.19º 0.27% 0.48% -
HSV(B) 161.19º 0.43% 0.61% -
XYZ 20.38 27.65 27.18 -
YUV 133.57 128.8 96.21 -
System Red Green Blue C M Y K H S L
Decimal 89 156 135 0.43 0 0.13 0.39 161.19 0.27 0.48
Hex 59 9C 87 2B 0 D 27 A1 1B 30
Octal 131 234 207 53 0 15 47 241 33 60
Binary 1011001 10011100 10000111 101011 0 1101 100111 10100001 11011 110000

Color Harmonies of #599C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599C87

Black with #599C87

Text Example


Text Example

White with #599C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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