Shades of Costa Del Sol #5F602B
Tints of Costa Del Sol #5F602B
RGB
CMYK
RGB Variations
Color information
#5F602B (or 0x5F602B) is known color: Costa Del Sol. HEX triplet: 5F, 60 and 2B. RGB value is (95,96,43). Sum of RGB (Red+Green+Blue) = 95+96+43=234 (30% of max value = 765). Red value is 95 (37.5% from 255 or 40.60% from 234); Green value is 96 (37.89% from 255 or 41.03% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 96 - color contains mainly: green. Hex color #5F602B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F602B is #A09FD4. Grayscale: #595959. Windows color (decimal): -10526677 or 2842719. OLE color: 2842719.
HSL color Cylindrical-coordinate representation of color #5F602B: hue angle of 61.13º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5F602B is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 95 | 96 | 43 | - |
| CMYK | 0.01 | 0 | 0.55 | 0.62 |
| HSL | 61.13º | 0.38% | 0.27% | - |
| HSV(B) | 61.13º | 0.55% | 0.38% | - |
| XYZ | 9.34 | 10.97 | 3.91 | - |
| YUV | 89.66 | 101.67 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 96 | 43 | 0.01 | 0 | 0.55 | 0.62 | 61.13 | 0.38 | 0.27 |
| Hex | 5F | 60 | 2B | 1 | 0 | 37 | 3E | 3D | 26 | 1B |
| Octal | 137 | 140 | 53 | 1 | 0 | 67 | 76 | 75 | 46 | 33 |
| Binary | 1011111 | 1100000 | 101011 | 1 | 0 | 110111 | 111110 | 111101 | 100110 | 11011 |
Color Harmonies of #5F602B
Complementary color
Monochromatic Colors of #5F602B
Black with #5F602B
Text Example
Text Example
White with #5F602B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F602B; }
p { color: rgb(95,96,43); }
H1.HeaderClassName
{
color: #5F602B;
}
.AnyTagClassName
{
color: #5F602B;
}
</style>
background-color css
<style>
a { background-color: #5F602B; }
a { background-color: rgb(95,96,43); }
div.DivClassName
{
background-color: #5F602B;
}
.BgClassName
{
background-color: #5F602B;
}
</style>
border-color css
<style>
span { border-color: #5F602B; }
span { border-color: rgb(95,96,43); }
td.TdClassName
{
border-color: #5F602B;
}
.TagClassName
{
border-color: #5F602B;
}
</style>