Shades of Costa Del Sol #5F6130
Tints of Costa Del Sol #5F6130
RGB
CMYK
RGB Variations
Color information
#5F6130 (or 0x5F6130) is known color: Costa Del Sol. HEX triplet: 5F, 61 and 30. RGB value is (95,97,48). Sum of RGB (Red+Green+Blue) = 95+97+48=240 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.58% from 240); Green value is 97 (38.28% from 255 or 40.42% from 240); Blue value is 48 (19.14% from 255 or 20% from 240); Max value from RGB is 97 - color contains mainly: green. Hex color #5F6130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6130 is #A09ECF. Grayscale: #5B5B5B. Windows color (decimal): -10526416 or 3170655. OLE color: 3170655.
HSL color Cylindrical-coordinate representation of color #5F6130: hue angle of 62.45º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5F6130 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 95 | 97 | 48 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.62 |
| HSL | 62.45º | 0.34% | 0.28% | - |
| HSV(B) | 62.45º | 0.51% | 0.38% | - |
| XYZ | 9.53 | 11.2 | 4.46 | - |
| YUV | 90.82 | 103.84 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 97 | 48 | 0.02 | 0 | 0.51 | 0.62 | 62.45 | 0.34 | 0.28 |
| Hex | 5F | 61 | 30 | 2 | 0 | 33 | 3E | 3E | 22 | 1C |
| Octal | 137 | 141 | 60 | 2 | 0 | 63 | 76 | 76 | 42 | 34 |
| Binary | 1011111 | 1100001 | 110000 | 10 | 0 | 110011 | 111110 | 111110 | 100010 | 11100 |
Color Harmonies of #5F6130
Complementary color
Monochromatic Colors of #5F6130
Black with #5F6130
Text Example
Text Example
White with #5F6130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6130; }
p { color: rgb(95,97,48); }
H1.HeaderClassName
{
color: #5F6130;
}
.AnyTagClassName
{
color: #5F6130;
}
</style>
background-color css
<style>
a { background-color: #5F6130; }
a { background-color: rgb(95,97,48); }
div.DivClassName
{
background-color: #5F6130;
}
.BgClassName
{
background-color: #5F6130;
}
</style>
border-color css
<style>
span { border-color: #5F6130; }
span { border-color: rgb(95,97,48); }
td.TdClassName
{
border-color: #5F6130;
}
.TagClassName
{
border-color: #5F6130;
}
</style>