#585521

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

Shades of Costa Del Sol #585521

Tints of Costa Del Sol #585521

Color information

#585521 (or 0x585521) is unknown color: approx Costa Del Sol. HEX triplet: 58, 55 and 21. RGB value is (88,85,33). Sum of RGB (Red+Green+Blue) = 88+85+33=206 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.72% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 33 (13.28% from 255 or 16.02% from 206); Max value from RGB is 88 - color contains mainly: red. Hex color #585521 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585521 is #A7AADE. Grayscale: #505050. Windows color (decimal): -10988255 or 2184536. OLE color: 2184536.

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

Color convert

RGB888533-
CMYK00.030.620.65
HSL56.73º45.45%23.73%-
HSV(B)56.73º62.5%34.51%-
XYZ7.558.682.72-
YUV79.97101.49133.73-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.72%
GREEN value IS 85 (33.59% from 255) = 41.26%
BLUE value IS 33 (13.28% from 255) = 16.02%
R=42.72%
G=41.26%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.62
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88853300.030.620.6556.7345.4523.73
Hex585521033E41392d18
Octal130125410376101715530
Binary10110001010101100001011111110100000111100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585521; }

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

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

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

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

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

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

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

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