Shades of Costa Del Sol #5F5C19
Tints of Costa Del Sol #5F5C19
RGB
CMYK
RGB Variations
Color information
#5F5C19 (or 0x5F5C19) is known color: Costa Del Sol. HEX triplet: 5F, 5C and 19. RGB value is (95,92,25). Sum of RGB (Red+Green+Blue) = 95+92+25=212 (28% of max value = 765). Red value is 95 (37.5% from 255 or 44.81% from 212); Green value is 92 (36.33% from 255 or 43.40% from 212); Blue value is 25 (10.16% from 255 or 11.79% from 212); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5C19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F5C19 is #A0A3E6. Grayscale: #555555. Windows color (decimal): -10527719 or 1662047. OLE color: 1662047.
HSL color Cylindrical-coordinate representation of color #5F5C19: hue angle of 57.43º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5F5C19 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 92 | 25 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.63 |
| HSL | 57.43º | 0.58% | 0.24% | - |
| HSV(B) | 57.43º | 0.74% | 0.37% | - |
| XYZ | 8.72 | 10.16 | 2.42 | - |
| YUV | 85.26 | 93.99 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 92 | 25 | 0 | 0.03 | 0.74 | 0.63 | 57.43 | 0.58 | 0.24 |
| Hex | 5F | 5C | 19 | 0 | 3 | 4A | 3F | 39 | 3A | 18 |
| Octal | 137 | 134 | 31 | 0 | 3 | 112 | 77 | 71 | 72 | 30 |
| Binary | 1011111 | 1011100 | 11001 | 0 | 11 | 1001010 | 111111 | 111001 | 111010 | 11000 |
Color Harmonies of #5F5C19
Complementary color
Monochromatic Colors of #5F5C19
Black with #5F5C19
Text Example
Text Example
White with #5F5C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5C19; }
p { color: rgb(95,92,25); }
H1.HeaderClassName
{
color: #5F5C19;
}
.AnyTagClassName
{
color: #5F5C19;
}
</style>
background-color css
<style>
a { background-color: #5F5C19; }
a { background-color: rgb(95,92,25); }
div.DivClassName
{
background-color: #5F5C19;
}
.BgClassName
{
background-color: #5F5C19;
}
</style>
border-color css
<style>
span { border-color: #5F5C19; }
span { border-color: rgb(95,92,25); }
td.TdClassName
{
border-color: #5F5C19;
}
.TagClassName
{
border-color: #5F5C19;
}
</style>