Shades of Casal #405159
Tints of Casal #405159
RGB
CMYK
RGB Variations
Color information
#405159 (or 0x405159) is known color: Casal. HEX triplet: 40, 51 and 59. RGB value is (64,81,89). Sum of RGB (Red+Green+Blue) = 64+81+89=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 81 (32.03% from 255 or 34.62% from 234); Blue value is 89 (35.16% from 255 or 38.03% from 234); Max value from RGB is 89 - color contains mainly: blue. Hex color #405159 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405159 is #BFAEA6. Grayscale: #4C4C4C. Windows color (decimal): -12562087 or 5853504. OLE color: 5853504.
HSL color Cylindrical-coordinate representation of color #405159: hue angle of 199.2º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #405159 is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 81 | 89 | - |
| CMYK | 0.28 | 0.09 | 0 | 0.65 |
| HSL | 199.2º | 0.16% | 0.3% | - |
| HSV(B) | 199.2º | 0.28% | 0.35% | - |
| XYZ | 6.86 | 7.7 | 10.58 | - |
| YUV | 76.83 | 134.87 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 81 | 89 | 0.28 | 0.09 | 0 | 0.65 | 199.2 | 0.16 | 0.3 |
| Hex | 40 | 51 | 59 | 1C | 9 | 0 | 41 | C7 | 10 | 1E |
| Octal | 100 | 121 | 131 | 34 | 11 | 0 | 101 | 307 | 20 | 36 |
| Binary | 1000000 | 1010001 | 1011001 | 11100 | 1001 | 0 | 1000001 | 11000111 | 10000 | 11110 |
Color Harmonies of #405159
Complementary color
Monochromatic Colors of #405159
Black with #405159
Text Example
Text Example
White with #405159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405159; }
p { color: rgb(64,81,89); }
H1.HeaderClassName
{
color: #405159;
}
.AnyTagClassName
{
color: #405159;
}
</style>
background-color css
<style>
a { background-color: #405159; }
a { background-color: rgb(64,81,89); }
div.DivClassName
{
background-color: #405159;
}
.BgClassName
{
background-color: #405159;
}
</style>
border-color css
<style>
span { border-color: #405159; }
span { border-color: rgb(64,81,89); }
td.TdClassName
{
border-color: #405159;
}
.TagClassName
{
border-color: #405159;
}
</style>