Shades of Casal #445355
Tints of Casal #445355
RGB
CMYK
RGB Variations
Color information
#445355 (or 0x445355) is known color: Casal. HEX triplet: 44, 53 and 55. RGB value is (68,83,85). Sum of RGB (Red+Green+Blue) = 68+83+85=236 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.81% from 236); Green value is 83 (32.81% from 255 or 35.17% from 236); Blue value is 85 (33.59% from 255 or 36.02% from 236); Max value from RGB is 85 - color contains mainly: blue. Hex color #445355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445355 is #BBACAA. Grayscale: #4E4E4E. Windows color (decimal): -12299435 or 5591876. OLE color: 5591876.
HSL color Cylindrical-coordinate representation of color #445355: hue angle of 187.06º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #445355 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 83 | 85 | - |
| CMYK | 0.20 | 0.02 | 0 | 0.67 |
| HSL | 187.06º | 0.11% | 0.3% | - |
| HSV(B) | 187.06º | 0.2% | 0.33% | - |
| XYZ | 7.12 | 8.07 | 9.78 | - |
| YUV | 78.74 | 131.53 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 83 | 85 | 0.20 | 0.02 | 0 | 0.67 | 187.06 | 0.11 | 0.3 |
| Hex | 44 | 53 | 55 | 14 | 2 | 0 | 43 | BB | B | 1E |
| Octal | 104 | 123 | 125 | 24 | 2 | 0 | 103 | 273 | 13 | 36 |
| Binary | 1000100 | 1010011 | 1010101 | 10100 | 10 | 0 | 1000011 | 10111011 | 1011 | 11110 |
Color Harmonies of #445355
Complementary color
Monochromatic Colors of #445355
Black with #445355
Text Example
Text Example
White with #445355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445355; }
p { color: rgb(68,83,85); }
H1.HeaderClassName
{
color: #445355;
}
.AnyTagClassName
{
color: #445355;
}
</style>
background-color css
<style>
a { background-color: #445355; }
a { background-color: rgb(68,83,85); }
div.DivClassName
{
background-color: #445355;
}
.BgClassName
{
background-color: #445355;
}
</style>
border-color css
<style>
span { border-color: #445355; }
span { border-color: rgb(68,83,85); }
td.TdClassName
{
border-color: #445355;
}
.TagClassName
{
border-color: #445355;
}
</style>