Shades of Costa Del Sol #5F5B2E
Tints of Costa Del Sol #5F5B2E
RGB
CMYK
RGB Variations
Color information
#5F5B2E (or 0x5F5B2E) is known color: Costa Del Sol. HEX triplet: 5F, 5B and 2E. RGB value is (95,91,46). Sum of RGB (Red+Green+Blue) = 95+91+46=232 (30% of max value = 765). Red value is 95 (37.5% from 255 or 40.95% from 232); Green value is 91 (35.94% from 255 or 39.22% from 232); Blue value is 46 (18.36% from 255 or 19.83% from 232); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5B2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F5B2E is #A0A4D1. Grayscale: #575757. Windows color (decimal): -10527954 or 3038047. OLE color: 3038047.
HSL color Cylindrical-coordinate representation of color #5F5B2E: hue angle of 55.1º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5F5B2E is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 91 | 46 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.63 |
| HSL | 55.1º | 0.35% | 0.28% | - |
| HSV(B) | 55.1º | 0.52% | 0.37% | - |
| XYZ | 8.95 | 10.11 | 4.06 | - |
| YUV | 87.07 | 104.83 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 91 | 46 | 0 | 0.04 | 0.52 | 0.63 | 55.1 | 0.35 | 0.28 |
| Hex | 5F | 5B | 2E | 0 | 4 | 34 | 3F | 37 | 23 | 1C |
| Octal | 137 | 133 | 56 | 0 | 4 | 64 | 77 | 67 | 43 | 34 |
| Binary | 1011111 | 1011011 | 101110 | 0 | 100 | 110100 | 111111 | 110111 | 100011 | 11100 |
Color Harmonies of #5F5B2E
Complementary color
Monochromatic Colors of #5F5B2E
Black with #5F5B2E
Text Example
Text Example
White with #5F5B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5B2E; }
p { color: rgb(95,91,46); }
H1.HeaderClassName
{
color: #5F5B2E;
}
.AnyTagClassName
{
color: #5F5B2E;
}
</style>
background-color css
<style>
a { background-color: #5F5B2E; }
a { background-color: rgb(95,91,46); }
div.DivClassName
{
background-color: #5F5B2E;
}
.BgClassName
{
background-color: #5F5B2E;
}
</style>
border-color css
<style>
span { border-color: #5F5B2E; }
span { border-color: rgb(95,91,46); }
td.TdClassName
{
border-color: #5F5B2E;
}
.TagClassName
{
border-color: #5F5B2E;
}
</style>