Shades of Costa Del Sol #5F5D11
Tints of Costa Del Sol #5F5D11
RGB
CMYK
RGB Variations
Color information
#5F5D11 (or 0x5F5D11) is known color: Costa Del Sol. HEX triplet: 5F, 5D and 11. RGB value is (95,93,17). Sum of RGB (Red+Green+Blue) = 95+93+17=205 (27% of max value = 765). Red value is 95 (37.5% from 255 or 46.34% from 205); Green value is 93 (36.72% from 255 or 45.37% from 205); Blue value is 17 (7.03% from 255 or 8.29% from 205); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5D11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F5D11 is #A0A2EE. Grayscale: #555555. Windows color (decimal): -10527471 or 1138015. OLE color: 1138015.
HSL color Cylindrical-coordinate representation of color #5F5D11: hue angle of 58.46º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5F5D11 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 93 | 17 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.63 |
| HSL | 58.46º | 0.7% | 0.22% | - |
| HSV(B) | 58.46º | 0.82% | 0.37% | - |
| XYZ | 8.73 | 10.3 | 2.06 | - |
| YUV | 84.93 | 89.66 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 93 | 17 | 0 | 0.02 | 0.82 | 0.63 | 58.46 | 0.7 | 0.22 |
| Hex | 5F | 5D | 11 | 0 | 2 | 52 | 3F | 3A | 46 | 16 |
| Octal | 137 | 135 | 21 | 0 | 2 | 122 | 77 | 72 | 106 | 26 |
| Binary | 1011111 | 1011101 | 10001 | 0 | 10 | 1010010 | 111111 | 111010 | 1000110 | 10110 |
Color Harmonies of #5F5D11
Complementary color
Monochromatic Colors of #5F5D11
Black with #5F5D11
Text Example
Text Example
White with #5F5D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5D11; }
p { color: rgb(95,93,17); }
H1.HeaderClassName
{
color: #5F5D11;
}
.AnyTagClassName
{
color: #5F5D11;
}
</style>
background-color css
<style>
a { background-color: #5F5D11; }
a { background-color: rgb(95,93,17); }
div.DivClassName
{
background-color: #5F5D11;
}
.BgClassName
{
background-color: #5F5D11;
}
</style>
border-color css
<style>
span { border-color: #5F5D11; }
span { border-color: rgb(95,93,17); }
td.TdClassName
{
border-color: #5F5D11;
}
.TagClassName
{
border-color: #5F5D11;
}
</style>