#595520

Color #595520 Costa Del Sol (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Costa Del Sol #595520

Tints of Costa Del Sol #595520

Color information

#595520 (or 0x595520) is unknown color: approx Costa Del Sol. HEX triplet: 59, 55 and 20. RGB value is (89,85,32). Sum of RGB (Red+Green+Blue) = 89+85+32=206 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.20% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 32 (12.89% from 255 or 15.53% from 206); Max value from RGB is 89 - color contains mainly: red. Hex color #595520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595520 is #A6AADF. Grayscale: #505050. Windows color (decimal): -10922720 or 2119001. OLE color: 2119001.

HSL color Cylindrical-coordinate representation of color #595520: hue angle of 55.79º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #595520 is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB898532-
CMYK00.040.640.65
HSL55.79º47.11%23.73%-
HSV(B)55.79º64.04%34.9%-
XYZ7.638.732.65-
YUV80.15100.83134.31-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.20%
GREEN value IS 85 (33.59% from 255) = 41.26%
BLUE value IS 32 (12.89% from 255) = 15.53%
R=43.20%
G=41.26%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89853200.040.640.6555.7947.1123.73
Hex595520044041382f18
Octal1311254004100101705730
Binary1011001101010110000001001000000100000111100010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595520; }

 p { color: rgb(89,85,32); }

 H1.HeaderClassName
 {
   color: #595520;
 }
 .AnyTagClassName
 {
   color: #595520;
 }
</style>
background-color css

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

 a { background-color: rgb(89,85,32); }

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

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

 span { border-color: rgb(89,85,32); }

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