Shades of Costa Del Sol #5F5D08
Tints of Costa Del Sol #5F5D08
RGB
CMYK
RGB Variations
Color information
#5F5D08 (or 0x5F5D08) is known color: Costa Del Sol. HEX triplet: 5F, 5D and 08. RGB value is (95,93,8). Sum of RGB (Red+Green+Blue) = 95+93+8=196 (25% of max value = 765). Red value is 95 (37.5% from 255 or 48.47% from 196); Green value is 93 (36.72% from 255 or 47.45% from 196); Blue value is 8 (3.52% from 255 or 4.08% from 196); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5D08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F5D08 is #A0A2F7. Grayscale: #545454. Windows color (decimal): -10527480 or 548191. OLE color: 548191.
HSL color Cylindrical-coordinate representation of color #5F5D08: hue angle of 58.62º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5F5D08 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 93 | 8 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.63 |
| HSL | 58.62º | 0.84% | 0.2% | - |
| HSV(B) | 58.62º | 0.92% | 0.37% | - |
| XYZ | 8.68 | 10.28 | 1.76 | - |
| YUV | 83.91 | 85.16 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 93 | 8 | 0 | 0.02 | 0.92 | 0.63 | 58.62 | 0.84 | 0.2 |
| Hex | 5F | 5D | 8 | 0 | 2 | 5C | 3F | 3B | 54 | 14 |
| Octal | 137 | 135 | 10 | 0 | 2 | 134 | 77 | 73 | 124 | 24 |
| Binary | 1011111 | 1011101 | 1000 | 0 | 10 | 1011100 | 111111 | 111011 | 1010100 | 10100 |
Color Harmonies of #5F5D08
Complementary color
Monochromatic Colors of #5F5D08
Black with #5F5D08
Text Example
Text Example
White with #5F5D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5D08; }
p { color: rgb(95,93,8); }
H1.HeaderClassName
{
color: #5F5D08;
}
.AnyTagClassName
{
color: #5F5D08;
}
</style>
background-color css
<style>
a { background-color: #5F5D08; }
a { background-color: rgb(95,93,8); }
div.DivClassName
{
background-color: #5F5D08;
}
.BgClassName
{
background-color: #5F5D08;
}
</style>
border-color css
<style>
span { border-color: #5F5D08; }
span { border-color: rgb(95,93,8); }
td.TdClassName
{
border-color: #5F5D08;
}
.TagClassName
{
border-color: #5F5D08;
}
</style>