Shades of Costa Del Sol #5B570E
Tints of Costa Del Sol #5B570E
RGB
CMYK
RGB Variations
Color information
#5B570E (or 0x5B570E) is known color: Costa Del Sol. HEX triplet: 5B, 57 and 0E. RGB value is (91,87,14). Sum of RGB (Red+Green+Blue) = 91+87+14=192 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.40% from 192); Green value is 87 (34.38% from 255 or 45.31% from 192); Blue value is 14 (5.86% from 255 or 7.29% from 192); Max value from RGB is 91 - color contains mainly: red. Hex color #5B570E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B570E is #A4A8F1. Grayscale: #505050. Windows color (decimal): -10791154 or 939867. OLE color: 939867.
HSL color Cylindrical-coordinate representation of color #5B570E: hue angle of 56.88º degrees, saturation: 0.73, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5B570E is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 87 | 14 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.64 |
| HSL | 56.88º | 0.73% | 0.21% | - |
| HSV(B) | 56.88º | 0.85% | 0.36% | - |
| XYZ | 7.8 | 9.07 | 1.76 | - |
| YUV | 79.87 | 90.83 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 87 | 14 | 0 | 0.04 | 0.85 | 0.64 | 56.88 | 0.73 | 0.21 |
| Hex | 5B | 57 | E | 0 | 4 | 55 | 40 | 39 | 49 | 15 |
| Octal | 133 | 127 | 16 | 0 | 4 | 125 | 100 | 71 | 111 | 25 |
| Binary | 1011011 | 1010111 | 1110 | 0 | 100 | 1010101 | 1000000 | 111001 | 1001001 | 10101 |
Color Harmonies of #5B570E
Complementary color
Monochromatic Colors of #5B570E
Black with #5B570E
Text Example
Text Example
White with #5B570E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B570E; }
p { color: rgb(91,87,14); }
H1.HeaderClassName
{
color: #5B570E;
}
.AnyTagClassName
{
color: #5B570E;
}
</style>
background-color css
<style>
a { background-color: #5B570E; }
a { background-color: rgb(91,87,14); }
div.DivClassName
{
background-color: #5B570E;
}
.BgClassName
{
background-color: #5B570E;
}
</style>
border-color css
<style>
span { border-color: #5B570E; }
span { border-color: rgb(91,87,14); }
td.TdClassName
{
border-color: #5B570E;
}
.TagClassName
{
border-color: #5B570E;
}
</style>