#58551B

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

Shades of Costa Del Sol #58551B

Tints of Costa Del Sol #58551B

Color information

#58551B (or 0x58551B) is unknown color: approx Costa Del Sol. HEX triplet: 58, 55 and 1B. RGB value is (88,85,27). Sum of RGB (Red+Green+Blue) = 88+85+27=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 85 (33.59% from 255 or 42.5% from 200); Blue value is 27 (10.94% from 255 or 13.5% from 200); Max value from RGB is 88 - color contains mainly: red. Hex color #58551B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58551B is #A7AAE4. Grayscale: #4F4F4F. Windows color (decimal): -10988261 or 1791320. OLE color: 1791320.

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

Color convert

RGB888527-
CMYK00.030.690.65
HSL57.05º53.04%22.55%-
HSV(B)57.05º69.32%34.51%-
XYZ7.478.652.31-
YUV79.2898.49134.22-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44%
GREEN value IS 85 (33.59% from 255) = 42.5%
BLUE value IS 27 (10.94% from 255) = 13.5%
R=44%
G=42.5%
B=13.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88852700.030.690.6557.0553.0422.55
Hex58551B034541393517
Octal1301253303105101716527
Binary10110001010101110110111000101100000111100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58551B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58551B; }

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

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

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

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

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

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

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

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