Shades of Costa Del Sol #5F5C15
Tints of Costa Del Sol #5F5C15
RGB
CMYK
RGB Variations
Color information
#5F5C15 (or 0x5F5C15) is known color: Costa Del Sol. HEX triplet: 5F, 5C and 15. RGB value is (95,92,21). Sum of RGB (Red+Green+Blue) = 95+92+21=208 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.67% from 208); Green value is 92 (36.33% from 255 or 44.23% from 208); Blue value is 21 (8.59% from 255 or 10.10% from 208); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5C15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F5C15 is #A0A3EA. Grayscale: #555555. Windows color (decimal): -10527723 or 1399903. OLE color: 1399903.
HSL color Cylindrical-coordinate representation of color #5F5C15: hue angle of 57.57º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5F5C15 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 92 | 21 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.63 |
| HSL | 57.57º | 0.64% | 0.23% | - |
| HSV(B) | 57.57º | 0.78% | 0.37% | - |
| XYZ | 8.68 | 10.14 | 2.21 | - |
| YUV | 84.8 | 91.99 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 92 | 21 | 0 | 0.03 | 0.78 | 0.63 | 57.57 | 0.64 | 0.23 |
| Hex | 5F | 5C | 15 | 0 | 3 | 4E | 3F | 3A | 40 | 17 |
| Octal | 137 | 134 | 25 | 0 | 3 | 116 | 77 | 72 | 100 | 27 |
| Binary | 1011111 | 1011100 | 10101 | 0 | 11 | 1001110 | 111111 | 111010 | 1000000 | 10111 |
Color Harmonies of #5F5C15
Complementary color
Monochromatic Colors of #5F5C15
Black with #5F5C15
Text Example
Text Example
White with #5F5C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5C15; }
p { color: rgb(95,92,21); }
H1.HeaderClassName
{
color: #5F5C15;
}
.AnyTagClassName
{
color: #5F5C15;
}
</style>
background-color css
<style>
a { background-color: #5F5C15; }
a { background-color: rgb(95,92,21); }
div.DivClassName
{
background-color: #5F5C15;
}
.BgClassName
{
background-color: #5F5C15;
}
</style>
border-color css
<style>
span { border-color: #5F5C15; }
span { border-color: rgb(95,92,21); }
td.TdClassName
{
border-color: #5F5C15;
}
.TagClassName
{
border-color: #5F5C15;
}
</style>