Shades of Casal #40555A
Tints of Casal #40555A
RGB
CMYK
RGB Variations
Color information
#40555A (or 0x40555A) is known color: Casal. HEX triplet: 40, 55 and 5A. RGB value is (64,85,90). Sum of RGB (Red+Green+Blue) = 64+85+90=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 90 - color contains mainly: blue. Hex color #40555A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40555A is #BFAAA5. Grayscale: #4F4F4F. Windows color (decimal): -12561062 or 5920064. OLE color: 5920064.
HSL color Cylindrical-coordinate representation of color #40555A: hue angle of 191.54º 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 #40555A is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 85 | 90 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.65 |
| HSL | 191.54º | 0.17% | 0.3% | - |
| HSV(B) | 191.54º | 0.29% | 0.35% | - |
| XYZ | 7.21 | 8.33 | 10.9 | - |
| YUV | 79.29 | 134.04 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 85 | 90 | 0.29 | 0.06 | 0 | 0.65 | 191.54 | 0.17 | 0.3 |
| Hex | 40 | 55 | 5A | 1D | 6 | 0 | 41 | C0 | 11 | 1E |
| Octal | 100 | 125 | 132 | 35 | 6 | 0 | 101 | 300 | 21 | 36 |
| Binary | 1000000 | 1010101 | 1011010 | 11101 | 110 | 0 | 1000001 | 11000000 | 10001 | 11110 |
Color Harmonies of #40555A
Complementary color
Monochromatic Colors of #40555A
Black with #40555A
Text Example
Text Example
White with #40555A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40555A; }
p { color: rgb(64,85,90); }
H1.HeaderClassName
{
color: #40555A;
}
.AnyTagClassName
{
color: #40555A;
}
</style>
background-color css
<style>
a { background-color: #40555A; }
a { background-color: rgb(64,85,90); }
div.DivClassName
{
background-color: #40555A;
}
.BgClassName
{
background-color: #40555A;
}
</style>
border-color css
<style>
span { border-color: #40555A; }
span { border-color: rgb(64,85,90); }
td.TdClassName
{
border-color: #40555A;
}
.TagClassName
{
border-color: #40555A;
}
</style>