Shades of Casal #44595E
Tints of Casal #44595E
RGB
CMYK
RGB Variations
Color information
#44595E (or 0x44595E) is known color: Casal. HEX triplet: 44, 59 and 5E. RGB value is (68,89,94). Sum of RGB (Red+Green+Blue) = 68+89+94=251 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.09% from 251); Green value is 89 (35.16% from 255 or 35.46% from 251); Blue value is 94 (37.11% from 255 or 37.45% from 251); Max value from RGB is 94 - color contains mainly: blue. Hex color #44595E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44595E is #BBA6A1. Grayscale: #535353. Windows color (decimal): -12297890 or 6183236. OLE color: 6183236.
HSL color Cylindrical-coordinate representation of color #44595E: hue angle of 191.54º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #44595E is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 68 | 89 | 94 | - |
| CMYK | 0.28 | 0.05 | 0 | 0.63 |
| HSL | 191.54º | 0.16% | 0.32% | - |
| HSV(B) | 191.54º | 0.28% | 0.37% | - |
| XYZ | 7.98 | 9.18 | 11.94 | - |
| YUV | 83.29 | 134.04 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 89 | 94 | 0.28 | 0.05 | 0 | 0.63 | 191.54 | 0.16 | 0.32 |
| Hex | 44 | 59 | 5E | 1C | 5 | 0 | 3F | C0 | 10 | 20 |
| Octal | 104 | 131 | 136 | 34 | 5 | 0 | 77 | 300 | 20 | 40 |
| Binary | 1000100 | 1011001 | 1011110 | 11100 | 101 | 0 | 111111 | 11000000 | 10000 | 100000 |
Color Harmonies of #44595E
Complementary color
Monochromatic Colors of #44595E
Black with #44595E
Text Example
Text Example
White with #44595E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44595E; }
p { color: rgb(68,89,94); }
H1.HeaderClassName
{
color: #44595E;
}
.AnyTagClassName
{
color: #44595E;
}
</style>
background-color css
<style>
a { background-color: #44595E; }
a { background-color: rgb(68,89,94); }
div.DivClassName
{
background-color: #44595E;
}
.BgClassName
{
background-color: #44595E;
}
</style>
border-color css
<style>
span { border-color: #44595E; }
span { border-color: rgb(68,89,94); }
td.TdClassName
{
border-color: #44595E;
}
.TagClassName
{
border-color: #44595E;
}
</style>