Shades of Casal #405256
Tints of Casal #405256
RGB
CMYK
RGB Variations
Color information
#405256 (or 0x405256) is known color: Casal. HEX triplet: 40, 52 and 56. RGB value is (64,82,86). Sum of RGB (Red+Green+Blue) = 64+82+86=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 86 (33.98% from 255 or 37.07% from 232); Max value from RGB is 86 - color contains mainly: blue. Hex color #405256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405256 is #BFADA9. Grayscale: #4D4D4D. Windows color (decimal): -12561834 or 5657152. OLE color: 5657152.
HSL color Cylindrical-coordinate representation of color #405256: hue angle of 190.91º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #405256 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 64 | 82 | 86 | - |
| CMYK | 0.26 | 0.05 | 0 | 0.66 |
| HSL | 190.91º | 0.15% | 0.29% | - |
| HSV(B) | 190.91º | 0.26% | 0.34% | - |
| XYZ | 6.81 | 7.8 | 9.95 | - |
| YUV | 77.07 | 133.04 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 82 | 86 | 0.26 | 0.05 | 0 | 0.66 | 190.91 | 0.15 | 0.29 |
| Hex | 40 | 52 | 56 | 1A | 5 | 0 | 42 | BF | F | 1D |
| Octal | 100 | 122 | 126 | 32 | 5 | 0 | 102 | 277 | 17 | 35 |
| Binary | 1000000 | 1010010 | 1010110 | 11010 | 101 | 0 | 1000010 | 10111111 | 1111 | 11101 |
Color Harmonies of #405256
Complementary color
Monochromatic Colors of #405256
Black with #405256
Text Example
Text Example
White with #405256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405256; }
p { color: rgb(64,82,86); }
H1.HeaderClassName
{
color: #405256;
}
.AnyTagClassName
{
color: #405256;
}
</style>
background-color css
<style>
a { background-color: #405256; }
a { background-color: rgb(64,82,86); }
div.DivClassName
{
background-color: #405256;
}
.BgClassName
{
background-color: #405256;
}
</style>
border-color css
<style>
span { border-color: #405256; }
span { border-color: rgb(64,82,86); }
td.TdClassName
{
border-color: #405256;
}
.TagClassName
{
border-color: #405256;
}
</style>