#585518

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

Shades of Costa Del Sol #585518

Tints of Costa Del Sol #585518

Color information

#585518 (or 0x585518) is unknown color: approx Costa Del Sol. HEX triplet: 58, 55 and 18. RGB value is (88,85,24). Sum of RGB (Red+Green+Blue) = 88+85+24=197 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.67% from 197); Green value is 85 (33.59% from 255 or 43.15% from 197); Blue value is 24 (9.77% from 255 or 12.18% from 197); Max value from RGB is 88 - color contains mainly: red. Hex color #585518 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585518 is #A7AAE7. Grayscale: #4F4F4F. Windows color (decimal): -10988264 or 1594712. OLE color: 1594712.

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

Color convert

RGB888524-
CMYK00.030.730.65
HSL57.19º57.14%21.96%-
HSV(B)57.19º72.73%34.51%-
XYZ7.448.642.14-
YUV78.9496.99134.46-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.67%
GREEN value IS 85 (33.59% from 255) = 43.15%
BLUE value IS 24 (9.77% from 255) = 12.18%
R=44.67%
G=43.15%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88852400.030.730.6557.1957.1421.96
Hex585518034941393916
Octal1301253003111101717126
Binary10110001010101110000111001001100000111100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585518; }

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

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

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

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

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

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

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

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