Shades of Costa Del Sol #595A1B
Tints of Costa Del Sol #595A1B
RGB
CMYK
RGB Variations
Color information
#595A1B (or 0x595A1B) is known color: Costa Del Sol. HEX triplet: 59, 5A and 1B. RGB value is (89,90,27). Sum of RGB (Red+Green+Blue) = 89+90+27=206 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.20% from 206); Green value is 90 (35.55% from 255 or 43.69% from 206); Blue value is 27 (10.94% from 255 or 13.11% from 206); Max value from RGB is 90 - color contains mainly: green. Hex color #595A1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595A1B is #A6A5E4. Grayscale: #525252. Windows color (decimal): -10921445 or 1792601. OLE color: 1792601.
HSL color Cylindrical-coordinate representation of color #595A1B: hue angle of 60.95º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #595A1B is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 90 | 27 | - |
| CMYK | 0.01 | 0 | 0.70 | 0.65 |
| HSL | 60.95º | 0.54% | 0.23% | - |
| HSV(B) | 60.95º | 0.7% | 0.35% | - |
| XYZ | 7.97 | 9.52 | 2.45 | - |
| YUV | 82.52 | 96.67 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 90 | 27 | 0.01 | 0 | 0.70 | 0.65 | 60.95 | 0.54 | 0.23 |
| Hex | 59 | 5A | 1B | 1 | 0 | 46 | 41 | 3D | 36 | 17 |
| Octal | 131 | 132 | 33 | 1 | 0 | 106 | 101 | 75 | 66 | 27 |
| Binary | 1011001 | 1011010 | 11011 | 1 | 0 | 1000110 | 1000001 | 111101 | 110110 | 10111 |
Color Harmonies of #595A1B
Complementary color
Monochromatic Colors of #595A1B
Black with #595A1B
Text Example
Text Example
White with #595A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595A1B; }
p { color: rgb(89,90,27); }
H1.HeaderClassName
{
color: #595A1B;
}
.AnyTagClassName
{
color: #595A1B;
}
</style>
background-color css
<style>
a { background-color: #595A1B; }
a { background-color: rgb(89,90,27); }
div.DivClassName
{
background-color: #595A1B;
}
.BgClassName
{
background-color: #595A1B;
}
</style>
border-color css
<style>
span { border-color: #595A1B; }
span { border-color: rgb(89,90,27); }
td.TdClassName
{
border-color: #595A1B;
}
.TagClassName
{
border-color: #595A1B;
}
</style>