Shades of Costa Del Sol #5F5A04
Tints of Costa Del Sol #5F5A04
RGB
CMYK
RGB Variations
Color information
#5F5A04 (or 0x5F5A04) is known color: Costa Del Sol. HEX triplet: 5F, 5A and 04. RGB value is (95,90,4). Sum of RGB (Red+Green+Blue) = 95+90+4=189 (25% of max value = 765). Red value is 95 (37.5% from 255 or 50.26% from 189); Green value is 90 (35.55% from 255 or 47.62% from 189); Blue value is 4 (1.95% from 255 or 2.12% from 189); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5A04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F5A04 is #A0A5FB. Grayscale: #525252. Windows color (decimal): -10528252 or 285279. OLE color: 285279.
HSL color Cylindrical-coordinate representation of color #5F5A04: hue angle of 56.7º 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 #5F5A04 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 90 | 4 | - |
| CMYK | 0 | 0.05 | 0.96 | 0.63 |
| HSL | 56.7º | 0.92% | 0.19% | - |
| HSV(B) | 56.7º | 0.96% | 0.37% | - |
| XYZ | 8.4 | 9.75 | 1.55 | - |
| YUV | 81.69 | 84.16 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 90 | 4 | 0 | 0.05 | 0.96 | 0.63 | 56.7 | 0.92 | 0.19 |
| Hex | 5F | 5A | 4 | 0 | 5 | 60 | 3F | 39 | 5C | 13 |
| Octal | 137 | 132 | 4 | 0 | 5 | 140 | 77 | 71 | 134 | 23 |
| Binary | 1011111 | 1011010 | 100 | 0 | 101 | 1100000 | 111111 | 111001 | 1011100 | 10011 |
Color Harmonies of #5F5A04
Complementary color
Monochromatic Colors of #5F5A04
Black with #5F5A04
Text Example
Text Example
White with #5F5A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5A04; }
p { color: rgb(95,90,4); }
H1.HeaderClassName
{
color: #5F5A04;
}
.AnyTagClassName
{
color: #5F5A04;
}
</style>
background-color css
<style>
a { background-color: #5F5A04; }
a { background-color: rgb(95,90,4); }
div.DivClassName
{
background-color: #5F5A04;
}
.BgClassName
{
background-color: #5F5A04;
}
</style>
border-color css
<style>
span { border-color: #5F5A04; }
span { border-color: rgb(95,90,4); }
td.TdClassName
{
border-color: #5F5A04;
}
.TagClassName
{
border-color: #5F5A04;
}
</style>