#585525

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

Shades of Costa Del Sol #585525

Tints of Costa Del Sol #585525

Color information

#585525 (or 0x585525) is unknown color: approx Costa Del Sol. HEX triplet: 58, 55 and 25. RGB value is (88,85,37). Sum of RGB (Red+Green+Blue) = 88+85+37=210 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.90% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 37 (14.84% from 255 or 17.62% from 210); Max value from RGB is 88 - color contains mainly: red. Hex color #585525 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585525 is #A7AADA. Grayscale: #505050. Windows color (decimal): -10988251 or 2446680. OLE color: 2446680.

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

Color convert

RGB888537-
CMYK00.030.580.65
HSL56.47º40.8%24.51%-
HSV(B)56.47º57.95%34.51%-
XYZ7.618.713.03-
YUV80.42103.49133.4-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.90%
GREEN value IS 85 (33.59% from 255) = 40.48%
BLUE value IS 37 (14.84% from 255) = 17.62%
R=41.90%
G=40.48%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88853700.030.580.6556.4740.824.51
Hex585525033A41382919
Octal130125450372101705131
Binary10110001010101100101011111010100000111100010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585525; }

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

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

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

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

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

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

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

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