Shades of Casal #445154
Tints of Casal #445154
RGB
CMYK
RGB Variations
Color information
#445154 (or 0x445154) is known color: Casal. HEX triplet: 44, 51 and 54. RGB value is (68,81,84). Sum of RGB (Red+Green+Blue) = 68+81+84=233 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.18% from 233); Green value is 81 (32.03% from 255 or 34.76% from 233); Blue value is 84 (33.20% from 255 or 36.05% from 233); Max value from RGB is 84 - color contains mainly: blue. Hex color #445154 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445154 is #BBAEAB. Grayscale: #4D4D4D. Windows color (decimal): -12299948 or 5525828. OLE color: 5525828.
HSL color Cylindrical-coordinate representation of color #445154: hue angle of 191.25º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #445154 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 81 | 84 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.67 |
| HSL | 191.25º | 0.11% | 0.3% | - |
| HSV(B) | 191.25º | 0.19% | 0.33% | - |
| XYZ | 6.93 | 7.75 | 9.52 | - |
| YUV | 77.46 | 131.69 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 81 | 84 | 0.19 | 0.04 | 0 | 0.67 | 191.25 | 0.11 | 0.3 |
| Hex | 44 | 51 | 54 | 13 | 4 | 0 | 43 | BF | B | 1E |
| Octal | 104 | 121 | 124 | 23 | 4 | 0 | 103 | 277 | 13 | 36 |
| Binary | 1000100 | 1010001 | 1010100 | 10011 | 100 | 0 | 1000011 | 10111111 | 1011 | 11110 |
Color Harmonies of #445154
Complementary color
Monochromatic Colors of #445154
Black with #445154
Text Example
Text Example
White with #445154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445154; }
p { color: rgb(68,81,84); }
H1.HeaderClassName
{
color: #445154;
}
.AnyTagClassName
{
color: #445154;
}
</style>
background-color css
<style>
a { background-color: #445154; }
a { background-color: rgb(68,81,84); }
div.DivClassName
{
background-color: #445154;
}
.BgClassName
{
background-color: #445154;
}
</style>
border-color css
<style>
span { border-color: #445154; }
span { border-color: rgb(68,81,84); }
td.TdClassName
{
border-color: #445154;
}
.TagClassName
{
border-color: #445154;
}
</style>