#575528

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

Shades of Costa Del Sol #575528

Tints of Costa Del Sol #575528

Color information

#575528 (or 0x575528) is unknown color: approx Costa Del Sol. HEX triplet: 57, 55 and 28. RGB value is (87,85,40). Sum of RGB (Red+Green+Blue) = 87+85+40=212 (28% of max value = 765). Red value is 87 (34.38% from 255 or 41.04% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 40 (16.02% from 255 or 18.87% from 212); Max value from RGB is 87 - color contains mainly: red. Hex color #575528 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575528 is #A8AAD7. Grayscale: #505050. Windows color (decimal): -11053784 or 2643287. OLE color: 2643287.

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

Color convert

RGB878540-
CMYK00.020.540.66
HSL57.45º37.01%24.9%-
HSV(B)57.45º54.02%34.12%-
XYZ7.568.683.28-
YUV80.47105.16132.66-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.04%
GREEN value IS 85 (33.59% from 255) = 40.09%
BLUE value IS 40 (16.02% from 255) = 18.87%
R=41.04%
G=40.09%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.54
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87854000.020.540.6657.4537.0124.9
Hex575528023642392519
Octal127125500266102714531
Binary10101111010101101000010110110100001011100110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575528; }

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

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

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

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

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

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

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

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