Shades of Casal #44575C
Tints of Casal #44575C
RGB
CMYK
RGB Variations
Color information
#44575C (or 0x44575C) is known color: Casal. HEX triplet: 44, 57 and 5C. RGB value is (68,87,92). Sum of RGB (Red+Green+Blue) = 68+87+92=247 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.53% from 247); Green value is 87 (34.38% from 255 or 35.22% from 247); Blue value is 92 (36.33% from 255 or 37.25% from 247); Max value from RGB is 92 - color contains mainly: blue. Hex color #44575C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44575C is #BBA8A3. Grayscale: #515151. Windows color (decimal): -12298404 or 6051652. OLE color: 6051652.
HSL color Cylindrical-coordinate representation of color #44575C: hue angle of 192.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #44575C is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 87 | 92 | - |
| CMYK | 0.26 | 0.05 | 0 | 0.64 |
| HSL | 192.5º | 0.15% | 0.31% | - |
| HSV(B) | 192.5º | 0.26% | 0.36% | - |
| XYZ | 7.72 | 8.82 | 11.42 | - |
| YUV | 81.89 | 133.71 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 87 | 92 | 0.26 | 0.05 | 0 | 0.64 | 192.5 | 0.15 | 0.31 |
| Hex | 44 | 57 | 5C | 1A | 5 | 0 | 40 | C0 | F | 1F |
| Octal | 104 | 127 | 134 | 32 | 5 | 0 | 100 | 300 | 17 | 37 |
| Binary | 1000100 | 1010111 | 1011100 | 11010 | 101 | 0 | 1000000 | 11000000 | 1111 | 11111 |
Color Harmonies of #44575C
Complementary color
Monochromatic Colors of #44575C
Black with #44575C
Text Example
Text Example
White with #44575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44575C; }
p { color: rgb(68,87,92); }
H1.HeaderClassName
{
color: #44575C;
}
.AnyTagClassName
{
color: #44575C;
}
</style>
background-color css
<style>
a { background-color: #44575C; }
a { background-color: rgb(68,87,92); }
div.DivClassName
{
background-color: #44575C;
}
.BgClassName
{
background-color: #44575C;
}
</style>
border-color css
<style>
span { border-color: #44575C; }
span { border-color: rgb(68,87,92); }
td.TdClassName
{
border-color: #44575C;
}
.TagClassName
{
border-color: #44575C;
}
</style>