Shades of Costa Del Sol #605A02
Tints of Costa Del Sol #605A02
RGB
CMYK
RGB Variations
Color information
#605A02 (or 0x605A02) is known color: Costa Del Sol. HEX triplet: 60, 5A and 02. RGB value is (96,90,2). Sum of RGB (Red+Green+Blue) = 96+90+2=188 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.06% from 188); Green value is 90 (35.55% from 255 or 47.87% from 188); Blue value is 2 (1.17% from 255 or 1.06% from 188); Max value from RGB is 96 - color contains mainly: red. Hex color #605A02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605A02 is #9FA5FD. Grayscale: #525252. Windows color (decimal): -10462718 or 154208. OLE color: 154208.
HSL color Cylindrical-coordinate representation of color #605A02: hue angle of 56.17º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #605A02 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 90 | 2 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.62 |
| HSL | 56.17º | 0.96% | 0.19% | - |
| HSV(B) | 56.17º | 0.98% | 0.38% | - |
| XYZ | 8.49 | 9.8 | 1.5 | - |
| YUV | 81.76 | 82.99 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 90 | 2 | 0 | 0.06 | 0.98 | 0.62 | 56.17 | 0.96 | 0.19 |
| Hex | 60 | 5A | 2 | 0 | 6 | 62 | 3E | 38 | 60 | 13 |
| Octal | 140 | 132 | 2 | 0 | 6 | 142 | 76 | 70 | 140 | 23 |
| Binary | 1100000 | 1011010 | 10 | 0 | 110 | 1100010 | 111110 | 111000 | 1100000 | 10011 |
Color Harmonies of #605A02
Complementary color
Monochromatic Colors of #605A02
Black with #605A02
Text Example
Text Example
White with #605A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605A02; }
p { color: rgb(96,90,2); }
H1.HeaderClassName
{
color: #605A02;
}
.AnyTagClassName
{
color: #605A02;
}
</style>
background-color css
<style>
a { background-color: #605A02; }
a { background-color: rgb(96,90,2); }
div.DivClassName
{
background-color: #605A02;
}
.BgClassName
{
background-color: #605A02;
}
</style>
border-color css
<style>
span { border-color: #605A02; }
span { border-color: rgb(96,90,2); }
td.TdClassName
{
border-color: #605A02;
}
.TagClassName
{
border-color: #605A02;
}
</style>