Shades of Costa Del Sol #5F5B04
Tints of Costa Del Sol #5F5B04
RGB
CMYK
RGB Variations
Color information
#5F5B04 (or 0x5F5B04) is known color: Costa Del Sol. HEX triplet: 5F, 5B and 04. RGB value is (95,91,4). Sum of RGB (Red+Green+Blue) = 95+91+4=190 (25% of max value = 765). Red value is 95 (37.5% from 255 or 50% from 190); Green value is 91 (35.94% from 255 or 47.89% from 190); Blue value is 4 (1.95% from 255 or 2.11% from 190); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5B04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F5B04 is #A0A4FB. Grayscale: #525252. Windows color (decimal): -10527996 or 285535. OLE color: 285535.
HSL color Cylindrical-coordinate representation of color #5F5B04: hue angle of 57.36º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5F5B04 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 91 | 4 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.63 |
| HSL | 57.36º | 0.92% | 0.19% | - |
| HSV(B) | 57.36º | 0.96% | 0.37% | - |
| XYZ | 8.48 | 9.92 | 1.58 | - |
| YUV | 82.28 | 83.83 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 91 | 4 | 0 | 0.04 | 0.96 | 0.63 | 57.36 | 0.92 | 0.19 |
| Hex | 5F | 5B | 4 | 0 | 4 | 60 | 3F | 39 | 5C | 13 |
| Octal | 137 | 133 | 4 | 0 | 4 | 140 | 77 | 71 | 134 | 23 |
| Binary | 1011111 | 1011011 | 100 | 0 | 100 | 1100000 | 111111 | 111001 | 1011100 | 10011 |
Color Harmonies of #5F5B04
Complementary color
Monochromatic Colors of #5F5B04
Black with #5F5B04
Text Example
Text Example
White with #5F5B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5B04; }
p { color: rgb(95,91,4); }
H1.HeaderClassName
{
color: #5F5B04;
}
.AnyTagClassName
{
color: #5F5B04;
}
</style>
background-color css
<style>
a { background-color: #5F5B04; }
a { background-color: rgb(95,91,4); }
div.DivClassName
{
background-color: #5F5B04;
}
.BgClassName
{
background-color: #5F5B04;
}
</style>
border-color css
<style>
span { border-color: #5F5B04; }
span { border-color: rgb(95,91,4); }
td.TdClassName
{
border-color: #5F5B04;
}
.TagClassName
{
border-color: #5F5B04;
}
</style>