Shades of Costa Del Sol #5E601B
Tints of Costa Del Sol #5E601B
RGB
CMYK
RGB Variations
Color information
#5E601B (or 0x5E601B) is known color: Costa Del Sol. HEX triplet: 5E, 60 and 1B. RGB value is (94,96,27). Sum of RGB (Red+Green+Blue) = 94+96+27=217 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.32% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 27 (10.94% from 255 or 12.44% from 217); Max value from RGB is 96 - color contains mainly: green. Hex color #5E601B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E601B is #A19FE4. Grayscale: #575757. Windows color (decimal): -10592229 or 1794142. OLE color: 1794142.
HSL color Cylindrical-coordinate representation of color #5E601B: hue angle of 61.74º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5E601B is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 96 | 27 | - |
| CMYK | 0.02 | 0 | 0.72 | 0.62 |
| HSL | 61.74º | 0.56% | 0.24% | - |
| HSV(B) | 61.74º | 0.72% | 0.38% | - |
| XYZ | 9 | 10.82 | 2.65 | - |
| YUV | 87.54 | 93.84 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 96 | 27 | 0.02 | 0 | 0.72 | 0.62 | 61.74 | 0.56 | 0.24 |
| Hex | 5E | 60 | 1B | 2 | 0 | 48 | 3E | 3E | 38 | 18 |
| Octal | 136 | 140 | 33 | 2 | 0 | 110 | 76 | 76 | 70 | 30 |
| Binary | 1011110 | 1100000 | 11011 | 10 | 0 | 1001000 | 111110 | 111110 | 111000 | 11000 |
Color Harmonies of #5E601B
Complementary color
Monochromatic Colors of #5E601B
Black with #5E601B
Text Example
Text Example
White with #5E601B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E601B; }
p { color: rgb(94,96,27); }
H1.HeaderClassName
{
color: #5E601B;
}
.AnyTagClassName
{
color: #5E601B;
}
</style>
background-color css
<style>
a { background-color: #5E601B; }
a { background-color: rgb(94,96,27); }
div.DivClassName
{
background-color: #5E601B;
}
.BgClassName
{
background-color: #5E601B;
}
</style>
border-color css
<style>
span { border-color: #5E601B; }
span { border-color: rgb(94,96,27); }
td.TdClassName
{
border-color: #5E601B;
}
.TagClassName
{
border-color: #5E601B;
}
</style>