Shades of Costa Del Sol #5F581D
Tints of Costa Del Sol #5F581D
RGB
CMYK
RGB Variations
Color information
#5F581D (or 0x5F581D) is known color: Costa Del Sol. HEX triplet: 5F, 58 and 1D. RGB value is (95,88,29). Sum of RGB (Red+Green+Blue) = 95+88+29=212 (28% of max value = 765). Red value is 95 (37.5% from 255 or 44.81% from 212); Green value is 88 (34.77% from 255 or 41.51% from 212); Blue value is 29 (11.72% from 255 or 13.68% from 212); Max value from RGB is 95 - color contains mainly: red. Hex color #5F581D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F581D is #A0A7E2. Grayscale: #535353. Windows color (decimal): -10528739 or 1923167. OLE color: 1923167.
HSL color Cylindrical-coordinate representation of color #5F581D: hue angle of 53.64º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5F581D is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 88 | 29 | - |
| CMYK | 0 | 0.07 | 0.69 | 0.63 |
| HSL | 53.64º | 0.53% | 0.24% | - |
| HSV(B) | 53.64º | 0.69% | 0.37% | - |
| XYZ | 8.43 | 9.5 | 2.55 | - |
| YUV | 83.37 | 97.32 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 88 | 29 | 0 | 0.07 | 0.69 | 0.63 | 53.64 | 0.53 | 0.24 |
| Hex | 5F | 58 | 1D | 0 | 7 | 45 | 3F | 36 | 35 | 18 |
| Octal | 137 | 130 | 35 | 0 | 7 | 105 | 77 | 66 | 65 | 30 |
| Binary | 1011111 | 1011000 | 11101 | 0 | 111 | 1000101 | 111111 | 110110 | 110101 | 11000 |
Color Harmonies of #5F581D
Complementary color
Monochromatic Colors of #5F581D
Black with #5F581D
Text Example
Text Example
White with #5F581D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F581D; }
p { color: rgb(95,88,29); }
H1.HeaderClassName
{
color: #5F581D;
}
.AnyTagClassName
{
color: #5F581D;
}
</style>
background-color css
<style>
a { background-color: #5F581D; }
a { background-color: rgb(95,88,29); }
div.DivClassName
{
background-color: #5F581D;
}
.BgClassName
{
background-color: #5F581D;
}
</style>
border-color css
<style>
span { border-color: #5F581D; }
span { border-color: rgb(95,88,29); }
td.TdClassName
{
border-color: #5F581D;
}
.TagClassName
{
border-color: #5F581D;
}
</style>