Shades of Costa Del Sol #655D01
Tints of Costa Del Sol #655D01
RGB
CMYK
RGB Variations
Color information
#655D01 (or 0x655D01) is known color: Costa Del Sol. HEX triplet: 65, 5D and 01. RGB value is (101,93,1). Sum of RGB (Red+Green+Blue) = 101+93+1=195 (25% of max value = 765). Red value is 101 (39.84% from 255 or 51.79% from 195); Green value is 93 (36.72% from 255 or 47.69% from 195); Blue value is 1 (0.78% from 255 or 0.51% from 195); Max value from RGB is 101 - color contains mainly: red. Hex color #655D01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655D01 is #9AA2FE. Grayscale: #555555. Windows color (decimal): -10134271 or 89445. OLE color: 89445.
HSL color Cylindrical-coordinate representation of color #655D01: hue angle of 55.2º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #655D01 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 93 | 1 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.60 |
| HSL | 55.2º | 0.98% | 0.2% | - |
| HSV(B) | 55.2º | 0.99% | 0.4% | - |
| XYZ | 9.29 | 10.6 | 1.58 | - |
| YUV | 84.9 | 80.65 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 93 | 1 | 0 | 0.08 | 0.99 | 0.60 | 55.2 | 0.98 | 0.2 |
| Hex | 65 | 5D | 1 | 0 | 8 | 63 | 3C | 37 | 62 | 14 |
| Octal | 145 | 135 | 1 | 0 | 10 | 143 | 74 | 67 | 142 | 24 |
| Binary | 1100101 | 1011101 | 1 | 0 | 1000 | 1100011 | 111100 | 110111 | 1100010 | 10100 |
Color Harmonies of #655D01
Complementary color
Monochromatic Colors of #655D01
Black with #655D01
Text Example
Text Example
White with #655D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655D01; }
p { color: rgb(101,93,1); }
H1.HeaderClassName
{
color: #655D01;
}
.AnyTagClassName
{
color: #655D01;
}
</style>
background-color css
<style>
a { background-color: #655D01; }
a { background-color: rgb(101,93,1); }
div.DivClassName
{
background-color: #655D01;
}
.BgClassName
{
background-color: #655D01;
}
</style>
border-color css
<style>
span { border-color: #655D01; }
span { border-color: rgb(101,93,1); }
td.TdClassName
{
border-color: #655D01;
}
.TagClassName
{
border-color: #655D01;
}
</style>