Shades of Casal #45565C
Tints of Casal #45565C
RGB
CMYK
RGB Variations
Color information
#45565C (or 0x45565C) is known color: Casal. HEX triplet: 45, 56 and 5C. RGB value is (69,86,92). Sum of RGB (Red+Green+Blue) = 69+86+92=247 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.94% from 247); Green value is 86 (33.98% from 255 or 34.82% from 247); Blue value is 92 (36.33% from 255 or 37.25% from 247); Max value from RGB is 92 - color contains mainly: blue. Hex color #45565C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45565C is #BAA9A3. Grayscale: #515151. Windows color (decimal): -12233124 or 6051397. OLE color: 6051397.
HSL color Cylindrical-coordinate representation of color #45565C: hue angle of 195.65º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #45565C is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 86 | 92 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.64 |
| HSL | 195.65º | 0.14% | 0.32% | - |
| HSV(B) | 195.65º | 0.25% | 0.36% | - |
| XYZ | 7.71 | 8.69 | 11.4 | - |
| YUV | 81.6 | 133.87 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 86 | 92 | 0.25 | 0.07 | 0 | 0.64 | 195.65 | 0.14 | 0.32 |
| Hex | 45 | 56 | 5C | 19 | 7 | 0 | 40 | C4 | E | 20 |
| Octal | 105 | 126 | 134 | 31 | 7 | 0 | 100 | 304 | 16 | 40 |
| Binary | 1000101 | 1010110 | 1011100 | 11001 | 111 | 0 | 1000000 | 11000100 | 1110 | 100000 |
Color Harmonies of #45565C
Complementary color
Monochromatic Colors of #45565C
Black with #45565C
Text Example
Text Example
White with #45565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45565C; }
p { color: rgb(69,86,92); }
H1.HeaderClassName
{
color: #45565C;
}
.AnyTagClassName
{
color: #45565C;
}
</style>
background-color css
<style>
a { background-color: #45565C; }
a { background-color: rgb(69,86,92); }
div.DivClassName
{
background-color: #45565C;
}
.BgClassName
{
background-color: #45565C;
}
</style>
border-color css
<style>
span { border-color: #45565C; }
span { border-color: rgb(69,86,92); }
td.TdClassName
{
border-color: #45565C;
}
.TagClassName
{
border-color: #45565C;
}
</style>