#585529

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

Shades of Costa Del Sol #585529

Tints of Costa Del Sol #585529

Color information

#585529 (or 0x585529) is unknown color: approx Costa Del Sol. HEX triplet: 58, 55 and 29. RGB value is (88,85,41). Sum of RGB (Red+Green+Blue) = 88+85+41=214 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.12% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 41 (16.41% from 255 or 19.16% from 214); Max value from RGB is 88 - color contains mainly: red. Hex color #585529 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585529 is #A7AAD6. Grayscale: #515151. Windows color (decimal): -10988247 or 2708824. OLE color: 2708824.

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

Color convert

RGB888541-
CMYK00.030.530.65
HSL56.17º36.43%25.29%-
HSV(B)56.17º53.41%34.51%-
XYZ7.678.733.38-
YUV80.88105.49133.08-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.12%
GREEN value IS 85 (33.59% from 255) = 39.72%
BLUE value IS 41 (16.41% from 255) = 19.16%
R=41.12%
G=39.72%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88854100.030.530.6556.1736.4325.29
Hex585529033541382419
Octal130125510365101704431
Binary10110001010101101001011110101100000111100010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585529; }

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

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

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

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

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

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

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

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