#585522

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

Shades of Costa Del Sol #585522

Tints of Costa Del Sol #585522

Color information

#585522 (or 0x585522) is unknown color: approx Costa Del Sol. HEX triplet: 58, 55 and 22. RGB value is (88,85,34). Sum of RGB (Red+Green+Blue) = 88+85+34=207 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.51% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 34 (13.67% from 255 or 16.43% from 207); Max value from RGB is 88 - color contains mainly: red. Hex color #585522 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585522 is #A7AADD. Grayscale: #505050. Windows color (decimal): -10988254 or 2250072. OLE color: 2250072.

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

Color convert

RGB888534-
CMYK00.030.610.65
HSL56.67º44.26%23.92%-
HSV(B)56.67º61.36%34.51%-
XYZ7.568.692.79-
YUV80.08101.99133.65-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.51%
GREEN value IS 85 (33.59% from 255) = 41.06%
BLUE value IS 34 (13.67% from 255) = 16.43%
R=42.51%
G=41.06%
B=16.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.61
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88853400.030.610.6556.6744.2623.92
Hex585522033D41392c18
Octal130125420375101715430
Binary10110001010101100010011111101100000111100110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585522; }

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

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

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

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

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

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

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

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