Shades of Costa Del Sol #5B551C
Tints of Costa Del Sol #5B551C
RGB
CMYK
RGB Variations
Color information
#5B551C (or 0x5B551C) is known color: Costa Del Sol. HEX triplet: 5B, 55 and 1C. RGB value is (91,85,28). Sum of RGB (Red+Green+Blue) = 91+85+28=204 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.61% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 28 (11.33% from 255 or 13.73% from 204); Max value from RGB is 91 - color contains mainly: red. Hex color #5B551C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B551C is #A4AAE3. Grayscale: #505050. Windows color (decimal): -10791652 or 1856859. OLE color: 1856859.
HSL color Cylindrical-coordinate representation of color #5B551C: hue angle of 54.29º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5B551C is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 85 | 28 | - |
| CMYK | 0 | 0.07 | 0.69 | 0.64 |
| HSL | 54.29º | 0.53% | 0.23% | - |
| HSV(B) | 54.29º | 0.69% | 0.36% | - |
| XYZ | 7.77 | 8.8 | 2.39 | - |
| YUV | 80.3 | 98.49 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 85 | 28 | 0 | 0.07 | 0.69 | 0.64 | 54.29 | 0.53 | 0.23 |
| Hex | 5B | 55 | 1C | 0 | 7 | 45 | 40 | 36 | 35 | 17 |
| Octal | 133 | 125 | 34 | 0 | 7 | 105 | 100 | 66 | 65 | 27 |
| Binary | 1011011 | 1010101 | 11100 | 0 | 111 | 1000101 | 1000000 | 110110 | 110101 | 10111 |
Color Harmonies of #5B551C
Complementary color
Monochromatic Colors of #5B551C
Black with #5B551C
Text Example
Text Example
White with #5B551C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B551C; }
p { color: rgb(91,85,28); }
H1.HeaderClassName
{
color: #5B551C;
}
.AnyTagClassName
{
color: #5B551C;
}
</style>
background-color css
<style>
a { background-color: #5B551C; }
a { background-color: rgb(91,85,28); }
div.DivClassName
{
background-color: #5B551C;
}
.BgClassName
{
background-color: #5B551C;
}
</style>
border-color css
<style>
span { border-color: #5B551C; }
span { border-color: rgb(91,85,28); }
td.TdClassName
{
border-color: #5B551C;
}
.TagClassName
{
border-color: #5B551C;
}
</style>