Shades of Costa Del Sol #5F581F
Tints of Costa Del Sol #5F581F
RGB
CMYK
RGB Variations
Color information
#5F581F (or 0x5F581F) is known color: Costa Del Sol. HEX triplet: 5F, 58 and 1F. RGB value is (95,88,31). Sum of RGB (Red+Green+Blue) = 95+88+31=214 (28% of max value = 765). Red value is 95 (37.5% from 255 or 44.39% from 214); Green value is 88 (34.77% from 255 or 41.12% from 214); Blue value is 31 (12.5% from 255 or 14.49% from 214); Max value from RGB is 95 - color contains mainly: red. Hex color #5F581F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F581F is #A0A7E0. Grayscale: #535353. Windows color (decimal): -10528737 or 2054239. OLE color: 2054239.
HSL color Cylindrical-coordinate representation of color #5F581F: hue angle of 53.44º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5F581F is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 88 | 31 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.63 |
| HSL | 53.44º | 0.51% | 0.25% | - |
| HSV(B) | 53.44º | 0.67% | 0.37% | - |
| XYZ | 8.46 | 9.51 | 2.69 | - |
| YUV | 83.6 | 98.32 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 88 | 31 | 0 | 0.07 | 0.67 | 0.63 | 53.44 | 0.51 | 0.25 |
| Hex | 5F | 58 | 1F | 0 | 7 | 43 | 3F | 35 | 33 | 19 |
| Octal | 137 | 130 | 37 | 0 | 7 | 103 | 77 | 65 | 63 | 31 |
| Binary | 1011111 | 1011000 | 11111 | 0 | 111 | 1000011 | 111111 | 110101 | 110011 | 11001 |
Color Harmonies of #5F581F
Complementary color
Monochromatic Colors of #5F581F
Black with #5F581F
Text Example
Text Example
White with #5F581F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F581F; }
p { color: rgb(95,88,31); }
H1.HeaderClassName
{
color: #5F581F;
}
.AnyTagClassName
{
color: #5F581F;
}
</style>
background-color css
<style>
a { background-color: #5F581F; }
a { background-color: rgb(95,88,31); }
div.DivClassName
{
background-color: #5F581F;
}
.BgClassName
{
background-color: #5F581F;
}
</style>
border-color css
<style>
span { border-color: #5F581F; }
span { border-color: rgb(95,88,31); }
td.TdClassName
{
border-color: #5F581F;
}
.TagClassName
{
border-color: #5F581F;
}
</style>