Shades of Costa Del Sol #5F5933
Tints of Costa Del Sol #5F5933
RGB
CMYK
RGB Variations
Color information
#5F5933 (or 0x5F5933) is known color: Costa Del Sol. HEX triplet: 5F, 59 and 33. RGB value is (95,89,51). Sum of RGB (Red+Green+Blue) = 95+89+51=235 (31% of max value = 765). Red value is 95 (37.5% from 255 or 40.43% from 235); Green value is 89 (35.16% from 255 or 37.87% from 235); Blue value is 51 (20.31% from 255 or 21.70% from 235); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5933 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F5933 is #A0A6CC. Grayscale: #565656. Windows color (decimal): -10528461 or 3365215. OLE color: 3365215.
HSL color Cylindrical-coordinate representation of color #5F5933: hue angle of 51.82º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5F5933 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 89 | 51 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.63 |
| HSL | 51.82º | 0.3% | 0.29% | - |
| HSV(B) | 51.82º | 0.46% | 0.37% | - |
| XYZ | 8.89 | 9.82 | 4.56 | - |
| YUV | 86.46 | 107.99 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 89 | 51 | 0 | 0.06 | 0.46 | 0.63 | 51.82 | 0.3 | 0.29 |
| Hex | 5F | 59 | 33 | 0 | 6 | 2E | 3F | 34 | 1E | 1D |
| Octal | 137 | 131 | 63 | 0 | 6 | 56 | 77 | 64 | 36 | 35 |
| Binary | 1011111 | 1011001 | 110011 | 0 | 110 | 101110 | 111111 | 110100 | 11110 | 11101 |
Color Harmonies of #5F5933
Complementary color
Monochromatic Colors of #5F5933
Black with #5F5933
Text Example
Text Example
White with #5F5933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5933; }
p { color: rgb(95,89,51); }
H1.HeaderClassName
{
color: #5F5933;
}
.AnyTagClassName
{
color: #5F5933;
}
</style>
background-color css
<style>
a { background-color: #5F5933; }
a { background-color: rgb(95,89,51); }
div.DivClassName
{
background-color: #5F5933;
}
.BgClassName
{
background-color: #5F5933;
}
</style>
border-color css
<style>
span { border-color: #5F5933; }
span { border-color: rgb(95,89,51); }
td.TdClassName
{
border-color: #5F5933;
}
.TagClassName
{
border-color: #5F5933;
}
</style>