#575520

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

Shades of Costa Del Sol #575520

Tints of Costa Del Sol #575520

Color information

#575520 (or 0x575520) is unknown color: approx Costa Del Sol. HEX triplet: 57, 55 and 20. RGB value is (87,85,32). Sum of RGB (Red+Green+Blue) = 87+85+32=204 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.65% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 32 (12.89% from 255 or 15.69% from 204); Max value from RGB is 87 - color contains mainly: red. Hex color #575520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575520 is #A8AADF. Grayscale: #4F4F4F. Windows color (decimal): -11053792 or 2118999. OLE color: 2118999.

HSL color Cylindrical-coordinate representation of color #575520: hue angle of 57.82º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #575520 is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB878532-
CMYK00.020.630.66
HSL57.82º46.22%23.33%-
HSV(B)57.82º63.22%34.12%-
XYZ7.448.632.64-
YUV79.56101.16133.31-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.65%
GREEN value IS 85 (33.59% from 255) = 41.67%
BLUE value IS 32 (12.89% from 255) = 15.69%
R=42.65%
G=41.67%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87853200.020.630.6657.8246.2223.33
Hex575520023F423a2e17
Octal127125400277102725627
Binary10101111010101100000010111111100001011101010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575520; }

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

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

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

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

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

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

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

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