Shades of Costa Del Sol #5B571E
Tints of Costa Del Sol #5B571E
RGB
CMYK
RGB Variations
Color information
#5B571E (or 0x5B571E) is known color: Costa Del Sol. HEX triplet: 5B, 57 and 1E. RGB value is (91,87,30). Sum of RGB (Red+Green+Blue) = 91+87+30=208 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.75% from 208); Green value is 87 (34.38% from 255 or 41.83% from 208); Blue value is 30 (12.11% from 255 or 14.42% from 208); Max value from RGB is 91 - color contains mainly: red. Hex color #5B571E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B571E is #A4A8E1. Grayscale: #515151. Windows color (decimal): -10791138 or 1988443. OLE color: 1988443.
HSL color Cylindrical-coordinate representation of color #5B571E: hue angle of 56.07º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B571E is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 87 | 30 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.64 |
| HSL | 56.07º | 0.5% | 0.24% | - |
| HSV(B) | 56.07º | 0.67% | 0.36% | - |
| XYZ | 7.96 | 9.13 | 2.57 | - |
| YUV | 81.7 | 98.83 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 87 | 30 | 0 | 0.04 | 0.67 | 0.64 | 56.07 | 0.5 | 0.24 |
| Hex | 5B | 57 | 1E | 0 | 4 | 43 | 40 | 38 | 32 | 18 |
| Octal | 133 | 127 | 36 | 0 | 4 | 103 | 100 | 70 | 62 | 30 |
| Binary | 1011011 | 1010111 | 11110 | 0 | 100 | 1000011 | 1000000 | 111000 | 110010 | 11000 |
Color Harmonies of #5B571E
Complementary color
Monochromatic Colors of #5B571E
Black with #5B571E
Text Example
Text Example
White with #5B571E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B571E; }
p { color: rgb(91,87,30); }
H1.HeaderClassName
{
color: #5B571E;
}
.AnyTagClassName
{
color: #5B571E;
}
</style>
background-color css
<style>
a { background-color: #5B571E; }
a { background-color: rgb(91,87,30); }
div.DivClassName
{
background-color: #5B571E;
}
.BgClassName
{
background-color: #5B571E;
}
</style>
border-color css
<style>
span { border-color: #5B571E; }
span { border-color: rgb(91,87,30); }
td.TdClassName
{
border-color: #5B571E;
}
.TagClassName
{
border-color: #5B571E;
}
</style>