#585527

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

Shades of Costa Del Sol #585527

Tints of Costa Del Sol #585527

Color information

#585527 (or 0x585527) is unknown color: approx Costa Del Sol. HEX triplet: 58, 55 and 27. RGB value is (88,85,39). Sum of RGB (Red+Green+Blue) = 88+85+39=212 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.51% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 39 (15.62% from 255 or 18.40% from 212); Max value from RGB is 88 - color contains mainly: red. Hex color #585527 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585527 is #A7AAD8. Grayscale: #505050. Windows color (decimal): -10988249 or 2577752. OLE color: 2577752.

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

Color convert

RGB888539-
CMYK00.030.560.65
HSL56.33º38.58%24.9%-
HSV(B)56.33º55.68%34.51%-
XYZ7.648.723.2-
YUV80.65104.49133.24-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.51%
GREEN value IS 85 (33.59% from 255) = 40.09%
BLUE value IS 39 (15.62% from 255) = 18.40%
R=41.51%
G=40.09%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88853900.030.560.6556.3338.5824.9
Hex585527033841382719
Octal130125470370101704731
Binary10110001010101100111011111000100000111100010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585527; }

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

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

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

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

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

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

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

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