Shades of Costa Del Sol #5C5F1A
Tints of Costa Del Sol #5C5F1A
RGB
CMYK
RGB Variations
Color information
#5C5F1A (or 0x5C5F1A) is known color: Costa Del Sol. HEX triplet: 5C, 5F and 1A. RGB value is (92,95,26). Sum of RGB (Red+Green+Blue) = 92+95+26=213 (28% of max value = 765). Red value is 92 (36.33% from 255 or 43.19% from 213); Green value is 95 (37.5% from 255 or 44.60% from 213); Blue value is 26 (10.55% from 255 or 12.21% from 213); Max value from RGB is 95 - color contains mainly: green. Hex color #5C5F1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5F1A is #A3A0E5. Grayscale: #565656. Windows color (decimal): -10723558 or 1728348. OLE color: 1728348.
HSL color Cylindrical-coordinate representation of color #5C5F1A: hue angle of 62.61º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5C5F1A is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 92 | 95 | 26 | - |
| CMYK | 0.03 | 0 | 0.73 | 0.63 |
| HSL | 62.61º | 0.57% | 0.24% | - |
| HSV(B) | 62.61º | 0.73% | 0.37% | - |
| XYZ | 8.69 | 10.53 | 2.55 | - |
| YUV | 86.24 | 94.01 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 95 | 26 | 0.03 | 0 | 0.73 | 0.63 | 62.61 | 0.57 | 0.24 |
| Hex | 5C | 5F | 1A | 3 | 0 | 49 | 3F | 3F | 39 | 18 |
| Octal | 134 | 137 | 32 | 3 | 0 | 111 | 77 | 77 | 71 | 30 |
| Binary | 1011100 | 1011111 | 11010 | 11 | 0 | 1001001 | 111111 | 111111 | 111001 | 11000 |
Color Harmonies of #5C5F1A
Complementary color
Monochromatic Colors of #5C5F1A
Black with #5C5F1A
Text Example
Text Example
White with #5C5F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5F1A; }
p { color: rgb(92,95,26); }
H1.HeaderClassName
{
color: #5C5F1A;
}
.AnyTagClassName
{
color: #5C5F1A;
}
</style>
background-color css
<style>
a { background-color: #5C5F1A; }
a { background-color: rgb(92,95,26); }
div.DivClassName
{
background-color: #5C5F1A;
}
.BgClassName
{
background-color: #5C5F1A;
}
</style>
border-color css
<style>
span { border-color: #5C5F1A; }
span { border-color: rgb(92,95,26); }
td.TdClassName
{
border-color: #5C5F1A;
}
.TagClassName
{
border-color: #5C5F1A;
}
</style>