Shades of Costa Del Sol #5F591F
Tints of Costa Del Sol #5F591F
RGB
CMYK
RGB Variations
Color information
#5F591F (or 0x5F591F) is known color: Costa Del Sol. HEX triplet: 5F, 59 and 1F. RGB value is (95,89,31). Sum of RGB (Red+Green+Blue) = 95+89+31=215 (28% of max value = 765). Red value is 95 (37.5% from 255 or 44.19% from 215); Green value is 89 (35.16% from 255 or 41.40% from 215); Blue value is 31 (12.5% from 255 or 14.42% from 215); Max value from RGB is 95 - color contains mainly: red. Hex color #5F591F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F591F is #A0A6E0. Grayscale: #545454. Windows color (decimal): -10528481 or 2054495. OLE color: 2054495.
HSL color Cylindrical-coordinate representation of color #5F591F: hue angle of 54.38º 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 #5F591F is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 89 | 31 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.63 |
| HSL | 54.38º | 0.51% | 0.25% | - |
| HSV(B) | 54.38º | 0.67% | 0.37% | - |
| XYZ | 8.54 | 9.68 | 2.71 | - |
| YUV | 84.18 | 97.99 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 89 | 31 | 0 | 0.06 | 0.67 | 0.63 | 54.38 | 0.51 | 0.25 |
| Hex | 5F | 59 | 1F | 0 | 6 | 43 | 3F | 36 | 33 | 19 |
| Octal | 137 | 131 | 37 | 0 | 6 | 103 | 77 | 66 | 63 | 31 |
| Binary | 1011111 | 1011001 | 11111 | 0 | 110 | 1000011 | 111111 | 110110 | 110011 | 11001 |
Color Harmonies of #5F591F
Complementary color
Monochromatic Colors of #5F591F
Black with #5F591F
Text Example
Text Example
White with #5F591F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F591F; }
p { color: rgb(95,89,31); }
H1.HeaderClassName
{
color: #5F591F;
}
.AnyTagClassName
{
color: #5F591F;
}
</style>
background-color css
<style>
a { background-color: #5F591F; }
a { background-color: rgb(95,89,31); }
div.DivClassName
{
background-color: #5F591F;
}
.BgClassName
{
background-color: #5F591F;
}
</style>
border-color css
<style>
span { border-color: #5F591F; }
span { border-color: rgb(95,89,31); }
td.TdClassName
{
border-color: #5F591F;
}
.TagClassName
{
border-color: #5F591F;
}
</style>