Shades of Casal #44565B
Tints of Casal #44565B
RGB
CMYK
RGB Variations
Color information
#44565B (or 0x44565B) is known color: Casal. HEX triplet: 44, 56 and 5B. RGB value is (68,86,91). Sum of RGB (Red+Green+Blue) = 68+86+91=245 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.76% from 245); Green value is 86 (33.98% from 255 or 35.10% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 91 - color contains mainly: blue. Hex color #44565B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44565B is #BBA9A4. Grayscale: #515151. Windows color (decimal): -12298661 or 5985860. OLE color: 5985860.
HSL color Cylindrical-coordinate representation of color #44565B: hue angle of 193.04º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #44565B is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 86 | 91 | - |
| CMYK | 0.25 | 0.05 | 0 | 0.64 |
| HSL | 193.04º | 0.14% | 0.31% | - |
| HSV(B) | 193.04º | 0.25% | 0.36% | - |
| XYZ | 7.6 | 8.64 | 11.16 | - |
| YUV | 81.19 | 133.54 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 86 | 91 | 0.25 | 0.05 | 0 | 0.64 | 193.04 | 0.14 | 0.31 |
| Hex | 44 | 56 | 5B | 19 | 5 | 0 | 40 | C1 | E | 1F |
| Octal | 104 | 126 | 133 | 31 | 5 | 0 | 100 | 301 | 16 | 37 |
| Binary | 1000100 | 1010110 | 1011011 | 11001 | 101 | 0 | 1000000 | 11000001 | 1110 | 11111 |
Color Harmonies of #44565B
Complementary color
Monochromatic Colors of #44565B
Black with #44565B
Text Example
Text Example
White with #44565B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44565B; }
p { color: rgb(68,86,91); }
H1.HeaderClassName
{
color: #44565B;
}
.AnyTagClassName
{
color: #44565B;
}
</style>
background-color css
<style>
a { background-color: #44565B; }
a { background-color: rgb(68,86,91); }
div.DivClassName
{
background-color: #44565B;
}
.BgClassName
{
background-color: #44565B;
}
</style>
border-color css
<style>
span { border-color: #44565B; }
span { border-color: rgb(68,86,91); }
td.TdClassName
{
border-color: #44565B;
}
.TagClassName
{
border-color: #44565B;
}
</style>