Shades of Costa Del Sol #625D05
Tints of Costa Del Sol #625D05
RGB
CMYK
RGB Variations
Color information
#625D05 (or 0x625D05) is known color: Costa Del Sol. HEX triplet: 62, 5D and 05. RGB value is (98,93,5). Sum of RGB (Red+Green+Blue) = 98+93+5=196 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50% from 196); Green value is 93 (36.72% from 255 or 47.45% from 196); Blue value is 5 (2.34% from 255 or 2.55% from 196); Max value from RGB is 98 - color contains mainly: red. Hex color #625D05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625D05 is #9DA2FA. Grayscale: #545454. Windows color (decimal): -10330875 or 351586. OLE color: 351586.
HSL color Cylindrical-coordinate representation of color #625D05: hue angle of 56.77º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #625D05 is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 93 | 5 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.62 |
| HSL | 56.77º | 0.9% | 0.2% | - |
| HSV(B) | 56.77º | 0.95% | 0.38% | - |
| XYZ | 8.98 | 10.44 | 1.68 | - |
| YUV | 84.46 | 83.16 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 93 | 5 | 0 | 0.05 | 0.95 | 0.62 | 56.77 | 0.9 | 0.2 |
| Hex | 62 | 5D | 5 | 0 | 5 | 5F | 3E | 39 | 5A | 14 |
| Octal | 142 | 135 | 5 | 0 | 5 | 137 | 76 | 71 | 132 | 24 |
| Binary | 1100010 | 1011101 | 101 | 0 | 101 | 1011111 | 111110 | 111001 | 1011010 | 10100 |
Color Harmonies of #625D05
Complementary color
Monochromatic Colors of #625D05
Black with #625D05
Text Example
Text Example
White with #625D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625D05; }
p { color: rgb(98,93,5); }
H1.HeaderClassName
{
color: #625D05;
}
.AnyTagClassName
{
color: #625D05;
}
</style>
background-color css
<style>
a { background-color: #625D05; }
a { background-color: rgb(98,93,5); }
div.DivClassName
{
background-color: #625D05;
}
.BgClassName
{
background-color: #625D05;
}
</style>
border-color css
<style>
span { border-color: #625D05; }
span { border-color: rgb(98,93,5); }
td.TdClassName
{
border-color: #625D05;
}
.TagClassName
{
border-color: #625D05;
}
</style>