Shades of Casal #40535B
Tints of Casal #40535B
RGB
CMYK
RGB Variations
Color information
#40535B (or 0x40535B) is known color: Casal. HEX triplet: 40, 53 and 5B. RGB value is (64,83,91). Sum of RGB (Red+Green+Blue) = 64+83+91=238 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.89% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 91 - color contains mainly: blue. Hex color #40535B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40535B is #BFACA4. Grayscale: #4E4E4E. Windows color (decimal): -12561573 or 5985088. OLE color: 5985088.
HSL color Cylindrical-coordinate representation of color #40535B: hue angle of 197.78º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #40535B is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 83 | 91 | - |
| CMYK | 0.30 | 0.09 | 0 | 0.64 |
| HSL | 197.78º | 0.17% | 0.3% | - |
| HSV(B) | 197.78º | 0.3% | 0.36% | - |
| XYZ | 7.1 | 8.03 | 11.07 | - |
| YUV | 78.23 | 135.21 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 83 | 91 | 0.30 | 0.09 | 0 | 0.64 | 197.78 | 0.17 | 0.3 |
| Hex | 40 | 53 | 5B | 1E | 9 | 0 | 40 | C6 | 11 | 1E |
| Octal | 100 | 123 | 133 | 36 | 11 | 0 | 100 | 306 | 21 | 36 |
| Binary | 1000000 | 1010011 | 1011011 | 11110 | 1001 | 0 | 1000000 | 11000110 | 10001 | 11110 |
Color Harmonies of #40535B
Complementary color
Monochromatic Colors of #40535B
Black with #40535B
Text Example
Text Example
White with #40535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40535B; }
p { color: rgb(64,83,91); }
H1.HeaderClassName
{
color: #40535B;
}
.AnyTagClassName
{
color: #40535B;
}
</style>
background-color css
<style>
a { background-color: #40535B; }
a { background-color: rgb(64,83,91); }
div.DivClassName
{
background-color: #40535B;
}
.BgClassName
{
background-color: #40535B;
}
</style>
border-color css
<style>
span { border-color: #40535B; }
span { border-color: rgb(64,83,91); }
td.TdClassName
{
border-color: #40535B;
}
.TagClassName
{
border-color: #40535B;
}
</style>