Shades of Casal #45545A
Tints of Casal #45545A
RGB
CMYK
RGB Variations
Color information
#45545A (or 0x45545A) is known color: Casal. HEX triplet: 45, 54 and 5A. RGB value is (69,84,90). Sum of RGB (Red+Green+Blue) = 69+84+90=243 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.40% from 243); Green value is 84 (33.20% from 255 or 34.57% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 90 - color contains mainly: blue. Hex color #45545A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45545A is #BAABA5. Grayscale: #505050. Windows color (decimal): -12233638 or 5919813. OLE color: 5919813.
HSL color Cylindrical-coordinate representation of color #45545A: hue angle of 197.14º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #45545A is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 84 | 90 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.65 |
| HSL | 197.14º | 0.13% | 0.31% | - |
| HSV(B) | 197.14º | 0.23% | 0.35% | - |
| XYZ | 7.47 | 8.34 | 10.89 | - |
| YUV | 80.2 | 133.53 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 84 | 90 | 0.23 | 0.07 | 0 | 0.65 | 197.14 | 0.13 | 0.31 |
| Hex | 45 | 54 | 5A | 17 | 7 | 0 | 41 | C5 | D | 1F |
| Octal | 105 | 124 | 132 | 27 | 7 | 0 | 101 | 305 | 15 | 37 |
| Binary | 1000101 | 1010100 | 1011010 | 10111 | 111 | 0 | 1000001 | 11000101 | 1101 | 11111 |
Color Harmonies of #45545A
Complementary color
Monochromatic Colors of #45545A
Black with #45545A
Text Example
Text Example
White with #45545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45545A; }
p { color: rgb(69,84,90); }
H1.HeaderClassName
{
color: #45545A;
}
.AnyTagClassName
{
color: #45545A;
}
</style>
background-color css
<style>
a { background-color: #45545A; }
a { background-color: rgb(69,84,90); }
div.DivClassName
{
background-color: #45545A;
}
.BgClassName
{
background-color: #45545A;
}
</style>
border-color css
<style>
span { border-color: #45545A; }
span { border-color: rgb(69,84,90); }
td.TdClassName
{
border-color: #45545A;
}
.TagClassName
{
border-color: #45545A;
}
</style>