Shades of Casal #45565B
Tints of Casal #45565B
RGB
CMYK
RGB Variations
Color information
#45565B (or 0x45565B) is known color: Casal. HEX triplet: 45, 56 and 5B. RGB value is (69,86,91). Sum of RGB (Red+Green+Blue) = 69+86+91=246 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.05% from 246); Green value is 86 (33.98% from 255 or 34.96% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 91 - color contains mainly: blue. Hex color #45565B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45565B is #BAA9A4. Grayscale: #515151. Windows color (decimal): -12233125 or 5985861. OLE color: 5985861.
HSL color Cylindrical-coordinate representation of color #45565B: hue angle of 193.64º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #45565B is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 86 | 91 | - |
| CMYK | 0.24 | 0.05 | 0 | 0.64 |
| HSL | 193.64º | 0.14% | 0.31% | - |
| HSV(B) | 193.64º | 0.24% | 0.36% | - |
| XYZ | 7.67 | 8.68 | 11.17 | - |
| YUV | 81.49 | 133.37 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 86 | 91 | 0.24 | 0.05 | 0 | 0.64 | 193.64 | 0.14 | 0.31 |
| Hex | 45 | 56 | 5B | 18 | 5 | 0 | 40 | C2 | E | 1F |
| Octal | 105 | 126 | 133 | 30 | 5 | 0 | 100 | 302 | 16 | 37 |
| Binary | 1000101 | 1010110 | 1011011 | 11000 | 101 | 0 | 1000000 | 11000010 | 1110 | 11111 |
Color Harmonies of #45565B
Complementary color
Monochromatic Colors of #45565B
Black with #45565B
Text Example
Text Example
White with #45565B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45565B; }
p { color: rgb(69,86,91); }
H1.HeaderClassName
{
color: #45565B;
}
.AnyTagClassName
{
color: #45565B;
}
</style>
background-color css
<style>
a { background-color: #45565B; }
a { background-color: rgb(69,86,91); }
div.DivClassName
{
background-color: #45565B;
}
.BgClassName
{
background-color: #45565B;
}
</style>
border-color css
<style>
span { border-color: #45565B; }
span { border-color: rgb(69,86,91); }
td.TdClassName
{
border-color: #45565B;
}
.TagClassName
{
border-color: #45565B;
}
</style>