Shades of Casal #40565A
Tints of Casal #40565A
RGB
CMYK
RGB Variations
Color information
#40565A (or 0x40565A) is known color: Casal. HEX triplet: 40, 56 and 5A. RGB value is (64,86,90). Sum of RGB (Red+Green+Blue) = 64+86+90=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 86 (33.98% from 255 or 35.83% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 90 - color contains mainly: blue. Hex color #40565A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40565A is #BFA9A5. Grayscale: #4F4F4F. Windows color (decimal): -12560806 or 5920320. OLE color: 5920320.
HSL color Cylindrical-coordinate representation of color #40565A: hue angle of 189.23º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #40565A is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 86 | 90 | - |
| CMYK | 0.29 | 0.04 | 0 | 0.65 |
| HSL | 189.23º | 0.17% | 0.3% | - |
| HSV(B) | 189.23º | 0.29% | 0.35% | - |
| XYZ | 7.29 | 8.48 | 10.93 | - |
| YUV | 79.88 | 133.71 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 86 | 90 | 0.29 | 0.04 | 0 | 0.65 | 189.23 | 0.17 | 0.3 |
| Hex | 40 | 56 | 5A | 1D | 4 | 0 | 41 | BD | 11 | 1E |
| Octal | 100 | 126 | 132 | 35 | 4 | 0 | 101 | 275 | 21 | 36 |
| Binary | 1000000 | 1010110 | 1011010 | 11101 | 100 | 0 | 1000001 | 10111101 | 10001 | 11110 |
Color Harmonies of #40565A
Complementary color
Monochromatic Colors of #40565A
Black with #40565A
Text Example
Text Example
White with #40565A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40565A; }
p { color: rgb(64,86,90); }
H1.HeaderClassName
{
color: #40565A;
}
.AnyTagClassName
{
color: #40565A;
}
</style>
background-color css
<style>
a { background-color: #40565A; }
a { background-color: rgb(64,86,90); }
div.DivClassName
{
background-color: #40565A;
}
.BgClassName
{
background-color: #40565A;
}
</style>
border-color css
<style>
span { border-color: #40565A; }
span { border-color: rgb(64,86,90); }
td.TdClassName
{
border-color: #40565A;
}
.TagClassName
{
border-color: #40565A;
}
</style>