Shades of Costa Del Sol #5B581A
Tints of Costa Del Sol #5B581A
RGB
CMYK
RGB Variations
Color information
#5B581A (or 0x5B581A) is known color: Costa Del Sol. HEX triplet: 5B, 58 and 1A. RGB value is (91,88,26). Sum of RGB (Red+Green+Blue) = 91+88+26=205 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.39% from 205); Green value is 88 (34.77% from 255 or 42.93% from 205); Blue value is 26 (10.55% from 255 or 12.68% from 205); Max value from RGB is 91 - color contains mainly: red. Hex color #5B581A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B581A is #A4A7E5. Grayscale: #525252. Windows color (decimal): -10790886 or 1726555. OLE color: 1726555.
HSL color Cylindrical-coordinate representation of color #5B581A: hue angle of 57.23º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5B581A is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 88 | 26 | - |
| CMYK | 0 | 0.03 | 0.71 | 0.64 |
| HSL | 57.23º | 0.56% | 0.23% | - |
| HSV(B) | 57.23º | 0.71% | 0.36% | - |
| XYZ | 7.99 | 9.28 | 2.35 | - |
| YUV | 81.83 | 96.49 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 88 | 26 | 0 | 0.03 | 0.71 | 0.64 | 57.23 | 0.56 | 0.23 |
| Hex | 5B | 58 | 1A | 0 | 3 | 47 | 40 | 39 | 38 | 17 |
| Octal | 133 | 130 | 32 | 0 | 3 | 107 | 100 | 71 | 70 | 27 |
| Binary | 1011011 | 1011000 | 11010 | 0 | 11 | 1000111 | 1000000 | 111001 | 111000 | 10111 |
Color Harmonies of #5B581A
Complementary color
Monochromatic Colors of #5B581A
Black with #5B581A
Text Example
Text Example
White with #5B581A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B581A; }
p { color: rgb(91,88,26); }
H1.HeaderClassName
{
color: #5B581A;
}
.AnyTagClassName
{
color: #5B581A;
}
</style>
background-color css
<style>
a { background-color: #5B581A; }
a { background-color: rgb(91,88,26); }
div.DivClassName
{
background-color: #5B581A;
}
.BgClassName
{
background-color: #5B581A;
}
</style>
border-color css
<style>
span { border-color: #5B581A; }
span { border-color: rgb(91,88,26); }
td.TdClassName
{
border-color: #5B581A;
}
.TagClassName
{
border-color: #5B581A;
}
</style>