Shades of Costa Del Sol #5E5F1B
Tints of Costa Del Sol #5E5F1B
RGB
CMYK
RGB Variations
Color information
#5E5F1B (or 0x5E5F1B) is known color: Costa Del Sol. HEX triplet: 5E, 5F and 1B. RGB value is (94,95,27). Sum of RGB (Red+Green+Blue) = 94+95+27=216 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.52% from 216); Green value is 95 (37.5% from 255 or 43.98% from 216); Blue value is 27 (10.94% from 255 or 12.5% from 216); Max value from RGB is 95 - color contains mainly: green. Hex color #5E5F1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E5F1B is #A1A0E4. Grayscale: #575757. Windows color (decimal): -10592485 or 1793886. OLE color: 1793886.
HSL color Cylindrical-coordinate representation of color #5E5F1B: hue angle of 60.88º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5E5F1B is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 95 | 27 | - |
| CMYK | 0.01 | 0 | 0.72 | 0.63 |
| HSL | 60.88º | 0.56% | 0.24% | - |
| HSV(B) | 60.88º | 0.72% | 0.37% | - |
| XYZ | 8.91 | 10.64 | 2.62 | - |
| YUV | 86.95 | 94.17 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 95 | 27 | 0.01 | 0 | 0.72 | 0.63 | 60.88 | 0.56 | 0.24 |
| Hex | 5E | 5F | 1B | 1 | 0 | 48 | 3F | 3D | 38 | 18 |
| Octal | 136 | 137 | 33 | 1 | 0 | 110 | 77 | 75 | 70 | 30 |
| Binary | 1011110 | 1011111 | 11011 | 1 | 0 | 1001000 | 111111 | 111101 | 111000 | 11000 |
Color Harmonies of #5E5F1B
Complementary color
Monochromatic Colors of #5E5F1B
Black with #5E5F1B
Text Example
Text Example
White with #5E5F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5F1B; }
p { color: rgb(94,95,27); }
H1.HeaderClassName
{
color: #5E5F1B;
}
.AnyTagClassName
{
color: #5E5F1B;
}
</style>
background-color css
<style>
a { background-color: #5E5F1B; }
a { background-color: rgb(94,95,27); }
div.DivClassName
{
background-color: #5E5F1B;
}
.BgClassName
{
background-color: #5E5F1B;
}
</style>
border-color css
<style>
span { border-color: #5E5F1B; }
span { border-color: rgb(94,95,27); }
td.TdClassName
{
border-color: #5E5F1B;
}
.TagClassName
{
border-color: #5E5F1B;
}
</style>