Shades of Casal #405A61
Tints of Casal #405A61
RGB
CMYK
RGB Variations
Color information
#405A61 (or 0x405A61) is known color: Casal. HEX triplet: 40, 5A and 61. RGB value is (64,90,97). Sum of RGB (Red+Green+Blue) = 64+90+97=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 90 (35.55% from 255 or 35.86% from 251); Blue value is 97 (38.28% from 255 or 38.65% from 251); Max value from RGB is 97 - color contains mainly: blue. Hex color #405A61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405A61 is #BFA59E. Grayscale: #525252. Windows color (decimal): -12559775 or 6380096. OLE color: 6380096.
HSL color Cylindrical-coordinate representation of color #405A61: hue angle of 192.73º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #405A61 is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 64 | 90 | 97 | - |
| CMYK | 0.34 | 0.07 | 0 | 0.62 |
| HSL | 192.73º | 0.2% | 0.32% | - |
| HSV(B) | 192.73º | 0.34% | 0.38% | - |
| XYZ | 7.93 | 9.27 | 12.68 | - |
| YUV | 83.02 | 135.89 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 90 | 97 | 0.34 | 0.07 | 0 | 0.62 | 192.73 | 0.2 | 0.32 |
| Hex | 40 | 5A | 61 | 22 | 7 | 0 | 3E | C1 | 14 | 20 |
| Octal | 100 | 132 | 141 | 42 | 7 | 0 | 76 | 301 | 24 | 40 |
| Binary | 1000000 | 1011010 | 1100001 | 100010 | 111 | 0 | 111110 | 11000001 | 10100 | 100000 |
Color Harmonies of #405A61
Complementary color
Monochromatic Colors of #405A61
Black with #405A61
Text Example
Text Example
White with #405A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405A61; }
p { color: rgb(64,90,97); }
H1.HeaderClassName
{
color: #405A61;
}
.AnyTagClassName
{
color: #405A61;
}
</style>
background-color css
<style>
a { background-color: #405A61; }
a { background-color: rgb(64,90,97); }
div.DivClassName
{
background-color: #405A61;
}
.BgClassName
{
background-color: #405A61;
}
</style>
border-color css
<style>
span { border-color: #405A61; }
span { border-color: rgb(64,90,97); }
td.TdClassName
{
border-color: #405A61;
}
.TagClassName
{
border-color: #405A61;
}
</style>