#595525

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

Shades of Costa Del Sol #595525

Tints of Costa Del Sol #595525

Color information

#595525 (or 0x595525) is unknown color: approx Costa Del Sol. HEX triplet: 59, 55 and 25. RGB value is (89,85,37). Sum of RGB (Red+Green+Blue) = 89+85+37=211 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.18% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 37 (14.84% from 255 or 17.54% from 211); Max value from RGB is 89 - color contains mainly: red. Hex color #595525 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595525 is #A6AADA. Grayscale: #505050. Windows color (decimal): -10922715 or 2446681. OLE color: 2446681.

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

Color convert

RGB898537-
CMYK00.040.580.65
HSL55.38º41.27%24.71%-
HSV(B)55.38º58.43%34.9%-
XYZ7.78.753.03-
YUV80.72103.33133.9-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 42.18%
GREEN value IS 85 (33.59% from 255) = 40.28%
BLUE value IS 37 (14.84% from 255) = 17.54%
R=42.18%
G=40.28%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89853700.040.580.6555.3841.2724.71
Hex595525043A41372919
Octal131125450472101675131
Binary101100110101011001010100111010100000111011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595525; }

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

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

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

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

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

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

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

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