#585524

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

Shades of Costa Del Sol #585524

Tints of Costa Del Sol #585524

Color information

#585524 (or 0x585524) is unknown color: approx Costa Del Sol. HEX triplet: 58, 55 and 24. RGB value is (88,85,36). Sum of RGB (Red+Green+Blue) = 88+85+36=209 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.11% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 36 (14.45% from 255 or 17.22% from 209); Max value from RGB is 88 - color contains mainly: red. Hex color #585524 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585524 is #A7AADB. Grayscale: #505050. Windows color (decimal): -10988252 or 2381144. OLE color: 2381144.

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

Color convert

RGB888536-
CMYK00.030.590.65
HSL56.54º41.94%24.31%-
HSV(B)56.54º59.09%34.51%-
XYZ7.598.72.95-
YUV80.31102.99133.48-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.11%
GREEN value IS 85 (33.59% from 255) = 40.67%
BLUE value IS 36 (14.45% from 255) = 17.22%
R=42.11%
G=40.67%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.59
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88853600.030.590.6556.5441.9424.31
Hex585524033B41392a18
Octal130125440373101715230
Binary10110001010101100100011111011100000111100110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585524; }

 p { color: rgb(88,85,36); }

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

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

 a { background-color: rgb(88,85,36); }

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

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

 span { border-color: rgb(88,85,36); }

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