Shades of Casal #44585E
Tints of Casal #44585E
RGB
CMYK
RGB Variations
Color information
#44585E (or 0x44585E) is known color: Casal. HEX triplet: 44, 58 and 5E. RGB value is (68,88,94). Sum of RGB (Red+Green+Blue) = 68+88+94=250 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.2% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 94 (37.11% from 255 or 37.6% from 250); Max value from RGB is 94 - color contains mainly: blue. Hex color #44585E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44585E is #BBA7A1. Grayscale: #525252. Windows color (decimal): -12298146 or 6182980. OLE color: 6182980.
HSL color Cylindrical-coordinate representation of color #44585E: hue angle of 193.85º 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 #44585E is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 68 | 88 | 94 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.63 |
| HSL | 193.85º | 0.16% | 0.32% | - |
| HSV(B) | 193.85º | 0.28% | 0.37% | - |
| XYZ | 7.89 | 9.02 | 11.91 | - |
| YUV | 82.7 | 134.37 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 88 | 94 | 0.28 | 0.06 | 0 | 0.63 | 193.85 | 0.16 | 0.32 |
| Hex | 44 | 58 | 5E | 1C | 6 | 0 | 3F | C2 | 10 | 20 |
| Octal | 104 | 130 | 136 | 34 | 6 | 0 | 77 | 302 | 20 | 40 |
| Binary | 1000100 | 1011000 | 1011110 | 11100 | 110 | 0 | 111111 | 11000010 | 10000 | 100000 |
Color Harmonies of #44585E
Complementary color
Monochromatic Colors of #44585E
Black with #44585E
Text Example
Text Example
White with #44585E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44585E; }
p { color: rgb(68,88,94); }
H1.HeaderClassName
{
color: #44585E;
}
.AnyTagClassName
{
color: #44585E;
}
</style>
background-color css
<style>
a { background-color: #44585E; }
a { background-color: rgb(68,88,94); }
div.DivClassName
{
background-color: #44585E;
}
.BgClassName
{
background-color: #44585E;
}
</style>
border-color css
<style>
span { border-color: #44585E; }
span { border-color: rgb(68,88,94); }
td.TdClassName
{
border-color: #44585E;
}
.TagClassName
{
border-color: #44585E;
}
</style>