Shades of Costa Del Sol #5C5E1B
Tints of Costa Del Sol #5C5E1B
RGB
CMYK
RGB Variations
Color information
#5C5E1B (or 0x5C5E1B) is known color: Costa Del Sol. HEX triplet: 5C, 5E and 1B. RGB value is (92,94,27). Sum of RGB (Red+Green+Blue) = 92+94+27=213 (28% of max value = 765). Red value is 92 (36.33% from 255 or 43.19% from 213); Green value is 94 (37.11% from 255 or 44.13% from 213); Blue value is 27 (10.94% from 255 or 12.68% from 213); Max value from RGB is 94 - color contains mainly: green. Hex color #5C5E1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5E1B is #A3A1E4. Grayscale: #565656. Windows color (decimal): -10723813 or 1793628. OLE color: 1793628.
HSL color Cylindrical-coordinate representation of color #5C5E1B: hue angle of 61.79º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5C5E1B is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 92 | 94 | 27 | - |
| CMYK | 0.02 | 0 | 0.71 | 0.63 |
| HSL | 61.79º | 0.55% | 0.24% | - |
| HSV(B) | 61.79º | 0.71% | 0.37% | - |
| XYZ | 8.61 | 10.36 | 2.58 | - |
| YUV | 85.76 | 94.84 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 94 | 27 | 0.02 | 0 | 0.71 | 0.63 | 61.79 | 0.55 | 0.24 |
| Hex | 5C | 5E | 1B | 2 | 0 | 47 | 3F | 3E | 37 | 18 |
| Octal | 134 | 136 | 33 | 2 | 0 | 107 | 77 | 76 | 67 | 30 |
| Binary | 1011100 | 1011110 | 11011 | 10 | 0 | 1000111 | 111111 | 111110 | 110111 | 11000 |
Color Harmonies of #5C5E1B
Complementary color
Monochromatic Colors of #5C5E1B
Black with #5C5E1B
Text Example
Text Example
White with #5C5E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5E1B; }
p { color: rgb(92,94,27); }
H1.HeaderClassName
{
color: #5C5E1B;
}
.AnyTagClassName
{
color: #5C5E1B;
}
</style>
background-color css
<style>
a { background-color: #5C5E1B; }
a { background-color: rgb(92,94,27); }
div.DivClassName
{
background-color: #5C5E1B;
}
.BgClassName
{
background-color: #5C5E1B;
}
</style>
border-color css
<style>
span { border-color: #5C5E1B; }
span { border-color: rgb(92,94,27); }
td.TdClassName
{
border-color: #5C5E1B;
}
.TagClassName
{
border-color: #5C5E1B;
}
</style>