#58562A

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

Shades of Costa Del Sol #58562A

Tints of Costa Del Sol #58562A

Color information

#58562A (or 0x58562A) is unknown color: approx Costa Del Sol. HEX triplet: 58, 56 and 2A. RGB value is (88,86,42). Sum of RGB (Red+Green+Blue) = 88+86+42=216 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.74% from 216); Green value is 86 (33.98% from 255 or 39.81% from 216); Blue value is 42 (16.80% from 255 or 19.44% from 216); Max value from RGB is 88 - color contains mainly: red. Hex color #58562A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58562A is #A7A9D5. Grayscale: #515151. Windows color (decimal): -10987990 or 2774616. OLE color: 2774616.

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

Color convert

RGB888642-
CMYK00.020.520.65
HSL57.39º35.38%25.49%-
HSV(B)57.39º52.27%34.51%-
XYZ7.778.93.5-
YUV81.58105.66132.58-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.74%
GREEN value IS 86 (33.98% from 255) = 39.81%
BLUE value IS 42 (16.80% from 255) = 19.44%
R=40.74%
G=39.81%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88864200.020.520.6557.3935.3825.49
Hex58562A023441392319
Octal130126520264101714331
Binary10110001010110101010010110100100000111100110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58562A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58562A; }

 p { color: rgb(88,86,42); }

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

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

 a { background-color: rgb(88,86,42); }

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

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

 span { border-color: rgb(88,86,42); }

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