Shades of Casal #445A5D
Tints of Casal #445A5D
RGB
CMYK
RGB Variations
Color information
#445A5D (or 0x445A5D) is known color: Casal. HEX triplet: 44, 5A and 5D. RGB value is (68,90,93). Sum of RGB (Red+Green+Blue) = 68+90+93=251 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.09% from 251); Green value is 90 (35.55% from 255 or 35.86% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 93 - color contains mainly: blue. Hex color #445A5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445A5D is #BBA5A2. Grayscale: #535353. Windows color (decimal): -12297635 or 6117956. OLE color: 6117956.
HSL color Cylindrical-coordinate representation of color #445A5D: hue angle of 187.2º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #445A5D is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 90 | 93 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.64 |
| HSL | 187.2º | 0.16% | 0.32% | - |
| HSV(B) | 187.2º | 0.27% | 0.36% | - |
| XYZ | 8.02 | 9.33 | 11.73 | - |
| YUV | 83.76 | 133.21 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 90 | 93 | 0.27 | 0.03 | 0 | 0.64 | 187.2 | 0.16 | 0.32 |
| Hex | 44 | 5A | 5D | 1B | 3 | 0 | 40 | BB | 10 | 20 |
| Octal | 104 | 132 | 135 | 33 | 3 | 0 | 100 | 273 | 20 | 40 |
| Binary | 1000100 | 1011010 | 1011101 | 11011 | 11 | 0 | 1000000 | 10111011 | 10000 | 100000 |
Color Harmonies of #445A5D
Complementary color
Monochromatic Colors of #445A5D
Black with #445A5D
Text Example
Text Example
White with #445A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445A5D; }
p { color: rgb(68,90,93); }
H1.HeaderClassName
{
color: #445A5D;
}
.AnyTagClassName
{
color: #445A5D;
}
</style>
background-color css
<style>
a { background-color: #445A5D; }
a { background-color: rgb(68,90,93); }
div.DivClassName
{
background-color: #445A5D;
}
.BgClassName
{
background-color: #445A5D;
}
</style>
border-color css
<style>
span { border-color: #445A5D; }
span { border-color: rgb(68,90,93); }
td.TdClassName
{
border-color: #445A5D;
}
.TagClassName
{
border-color: #445A5D;
}
</style>