Shades of Costa Del Sol #5D571F
Tints of Costa Del Sol #5D571F
RGB
CMYK
RGB Variations
Color information
#5D571F (or 0x5D571F) is known color: Costa Del Sol. HEX triplet: 5D, 57 and 1F. RGB value is (93,87,31). Sum of RGB (Red+Green+Blue) = 93+87+31=211 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.08% from 211); Green value is 87 (34.38% from 255 or 41.23% from 211); Blue value is 31 (12.5% from 255 or 14.69% from 211); Max value from RGB is 93 - color contains mainly: red. Hex color #5D571F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D571F is #A2A8E0. Grayscale: #525252. Windows color (decimal): -10660065 or 2053981. OLE color: 2053981.
HSL color Cylindrical-coordinate representation of color #5D571F: hue angle of 54.19º 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 #5D571F is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 87 | 31 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.64 |
| HSL | 54.19º | 0.5% | 0.24% | - |
| HSV(B) | 54.19º | 0.67% | 0.36% | - |
| XYZ | 8.17 | 9.24 | 2.65 | - |
| YUV | 82.41 | 98.99 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 87 | 31 | 0 | 0.06 | 0.67 | 0.64 | 54.19 | 0.5 | 0.24 |
| Hex | 5D | 57 | 1F | 0 | 6 | 43 | 40 | 36 | 32 | 18 |
| Octal | 135 | 127 | 37 | 0 | 6 | 103 | 100 | 66 | 62 | 30 |
| Binary | 1011101 | 1010111 | 11111 | 0 | 110 | 1000011 | 1000000 | 110110 | 110010 | 11000 |
Color Harmonies of #5D571F
Complementary color
Monochromatic Colors of #5D571F
Black with #5D571F
Text Example
Text Example
White with #5D571F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D571F; }
p { color: rgb(93,87,31); }
H1.HeaderClassName
{
color: #5D571F;
}
.AnyTagClassName
{
color: #5D571F;
}
</style>
background-color css
<style>
a { background-color: #5D571F; }
a { background-color: rgb(93,87,31); }
div.DivClassName
{
background-color: #5D571F;
}
.BgClassName
{
background-color: #5D571F;
}
</style>
border-color css
<style>
span { border-color: #5D571F; }
span { border-color: rgb(93,87,31); }
td.TdClassName
{
border-color: #5D571F;
}
.TagClassName
{
border-color: #5D571F;
}
</style>