Shades of Casal #445A5E
Tints of Casal #445A5E
RGB
CMYK
RGB Variations
Color information
#445A5E (or 0x445A5E) is known color: Casal. HEX triplet: 44, 5A and 5E. RGB value is (68,90,94). Sum of RGB (Red+Green+Blue) = 68+90+94=252 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.98% from 252); Green value is 90 (35.55% from 255 or 35.71% from 252); Blue value is 94 (37.11% from 255 or 37.30% from 252); Max value from RGB is 94 - color contains mainly: blue. Hex color #445A5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445A5E is #BBA5A1. Grayscale: #535353. Windows color (decimal): -12297634 or 6183492. OLE color: 6183492.
HSL color Cylindrical-coordinate representation of color #445A5E: hue angle of 189.23º 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 #445A5E is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 68 | 90 | 94 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.63 |
| HSL | 189.23º | 0.16% | 0.32% | - |
| HSV(B) | 189.23º | 0.28% | 0.37% | - |
| XYZ | 8.06 | 9.35 | 11.97 | - |
| YUV | 83.88 | 133.71 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 90 | 94 | 0.28 | 0.04 | 0 | 0.63 | 189.23 | 0.16 | 0.32 |
| Hex | 44 | 5A | 5E | 1C | 4 | 0 | 3F | BD | 10 | 20 |
| Octal | 104 | 132 | 136 | 34 | 4 | 0 | 77 | 275 | 20 | 40 |
| Binary | 1000100 | 1011010 | 1011110 | 11100 | 100 | 0 | 111111 | 10111101 | 10000 | 100000 |
Color Harmonies of #445A5E
Complementary color
Monochromatic Colors of #445A5E
Black with #445A5E
Text Example
Text Example
White with #445A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445A5E; }
p { color: rgb(68,90,94); }
H1.HeaderClassName
{
color: #445A5E;
}
.AnyTagClassName
{
color: #445A5E;
}
</style>
background-color css
<style>
a { background-color: #445A5E; }
a { background-color: rgb(68,90,94); }
div.DivClassName
{
background-color: #445A5E;
}
.BgClassName
{
background-color: #445A5E;
}
</style>
border-color css
<style>
span { border-color: #445A5E; }
span { border-color: rgb(68,90,94); }
td.TdClassName
{
border-color: #445A5E;
}
.TagClassName
{
border-color: #445A5E;
}
</style>