Shades of Costa Del Sol #5B570F
Tints of Costa Del Sol #5B570F
RGB
CMYK
RGB Variations
Color information
#5B570F (or 0x5B570F) is known color: Costa Del Sol. HEX triplet: 5B, 57 and 0F. RGB value is (91,87,15). Sum of RGB (Red+Green+Blue) = 91+87+15=193 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.15% from 193); Green value is 87 (34.38% from 255 or 45.08% from 193); Blue value is 15 (6.25% from 255 or 7.77% from 193); Max value from RGB is 91 - color contains mainly: red. Hex color #5B570F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B570F is #A4A8F0. Grayscale: #505050. Windows color (decimal): -10791153 or 1005403. OLE color: 1005403.
HSL color Cylindrical-coordinate representation of color #5B570F: hue angle of 56.84º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5B570F is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 87 | 15 | - |
| CMYK | 0 | 0.04 | 0.84 | 0.64 |
| HSL | 56.84º | 0.72% | 0.21% | - |
| HSV(B) | 56.84º | 0.84% | 0.36% | - |
| XYZ | 7.81 | 9.08 | 1.79 | - |
| YUV | 79.99 | 91.33 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 87 | 15 | 0 | 0.04 | 0.84 | 0.64 | 56.84 | 0.72 | 0.21 |
| Hex | 5B | 57 | F | 0 | 4 | 54 | 40 | 39 | 48 | 15 |
| Octal | 133 | 127 | 17 | 0 | 4 | 124 | 100 | 71 | 110 | 25 |
| Binary | 1011011 | 1010111 | 1111 | 0 | 100 | 1010100 | 1000000 | 111001 | 1001000 | 10101 |
Color Harmonies of #5B570F
Complementary color
Monochromatic Colors of #5B570F
Black with #5B570F
Text Example
Text Example
White with #5B570F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B570F; }
p { color: rgb(91,87,15); }
H1.HeaderClassName
{
color: #5B570F;
}
.AnyTagClassName
{
color: #5B570F;
}
</style>
background-color css
<style>
a { background-color: #5B570F; }
a { background-color: rgb(91,87,15); }
div.DivClassName
{
background-color: #5B570F;
}
.BgClassName
{
background-color: #5B570F;
}
</style>
border-color css
<style>
span { border-color: #5B570F; }
span { border-color: rgb(91,87,15); }
td.TdClassName
{
border-color: #5B570F;
}
.TagClassName
{
border-color: #5B570F;
}
</style>