Shades of Costa Del Sol #5D5A1F
Tints of Costa Del Sol #5D5A1F
RGB
CMYK
RGB Variations
Color information
#5D5A1F (or 0x5D5A1F) is known color: Costa Del Sol. HEX triplet: 5D, 5A and 1F. RGB value is (93,90,31). Sum of RGB (Red+Green+Blue) = 93+90+31=214 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.46% from 214); Green value is 90 (35.55% from 255 or 42.06% from 214); Blue value is 31 (12.5% from 255 or 14.49% from 214); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5A1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D5A1F is #A2A5E0. Grayscale: #545454. Windows color (decimal): -10659297 or 2054749. OLE color: 2054749.
HSL color Cylindrical-coordinate representation of color #5D5A1F: hue angle of 57.1º 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 #5D5A1F is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 90 | 31 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.64 |
| HSL | 57.1º | 0.5% | 0.24% | - |
| HSV(B) | 57.1º | 0.67% | 0.36% | - |
| XYZ | 8.42 | 9.74 | 2.73 | - |
| YUV | 84.17 | 97.99 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 90 | 31 | 0 | 0.03 | 0.67 | 0.64 | 57.1 | 0.5 | 0.24 |
| Hex | 5D | 5A | 1F | 0 | 3 | 43 | 40 | 39 | 32 | 18 |
| Octal | 135 | 132 | 37 | 0 | 3 | 103 | 100 | 71 | 62 | 30 |
| Binary | 1011101 | 1011010 | 11111 | 0 | 11 | 1000011 | 1000000 | 111001 | 110010 | 11000 |
Color Harmonies of #5D5A1F
Complementary color
Monochromatic Colors of #5D5A1F
Black with #5D5A1F
Text Example
Text Example
White with #5D5A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5A1F; }
p { color: rgb(93,90,31); }
H1.HeaderClassName
{
color: #5D5A1F;
}
.AnyTagClassName
{
color: #5D5A1F;
}
</style>
background-color css
<style>
a { background-color: #5D5A1F; }
a { background-color: rgb(93,90,31); }
div.DivClassName
{
background-color: #5D5A1F;
}
.BgClassName
{
background-color: #5D5A1F;
}
</style>
border-color css
<style>
span { border-color: #5D5A1F; }
span { border-color: rgb(93,90,31); }
td.TdClassName
{
border-color: #5D5A1F;
}
.TagClassName
{
border-color: #5D5A1F;
}
</style>