Shades of Casal #455256
Tints of Casal #455256
RGB
CMYK
RGB Variations
Color information
#455256 (or 0x455256) is known color: Casal. HEX triplet: 45, 52 and 56. RGB value is (69,82,86). Sum of RGB (Red+Green+Blue) = 69+82+86=237 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.11% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 86 (33.98% from 255 or 36.29% from 237); Max value from RGB is 86 - color contains mainly: blue. Hex color #455256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455256 is #BAADA9. Grayscale: #4E4E4E. Windows color (decimal): -12234154 or 5657157. OLE color: 5657157.
HSL color Cylindrical-coordinate representation of color #455256: hue angle of 194.12º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #455256 is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 69 | 82 | 86 | - |
| CMYK | 0.20 | 0.05 | 0 | 0.66 |
| HSL | 194.12º | 0.11% | 0.3% | - |
| HSV(B) | 194.12º | 0.2% | 0.34% | - |
| XYZ | 7.15 | 7.97 | 9.97 | - |
| YUV | 78.57 | 132.19 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 82 | 86 | 0.20 | 0.05 | 0 | 0.66 | 194.12 | 0.11 | 0.3 |
| Hex | 45 | 52 | 56 | 14 | 5 | 0 | 42 | C2 | B | 1E |
| Octal | 105 | 122 | 126 | 24 | 5 | 0 | 102 | 302 | 13 | 36 |
| Binary | 1000101 | 1010010 | 1010110 | 10100 | 101 | 0 | 1000010 | 11000010 | 1011 | 11110 |
Color Harmonies of #455256
Complementary color
Monochromatic Colors of #455256
Black with #455256
Text Example
Text Example
White with #455256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455256; }
p { color: rgb(69,82,86); }
H1.HeaderClassName
{
color: #455256;
}
.AnyTagClassName
{
color: #455256;
}
</style>
background-color css
<style>
a { background-color: #455256; }
a { background-color: rgb(69,82,86); }
div.DivClassName
{
background-color: #455256;
}
.BgClassName
{
background-color: #455256;
}
</style>
border-color css
<style>
span { border-color: #455256; }
span { border-color: rgb(69,82,86); }
td.TdClassName
{
border-color: #455256;
}
.TagClassName
{
border-color: #455256;
}
</style>