Shades of Casal #45575D
Tints of Casal #45575D
RGB
CMYK
RGB Variations
Color information
#45575D (or 0x45575D) is known color: Casal. HEX triplet: 45, 57 and 5D. RGB value is (69,87,93). Sum of RGB (Red+Green+Blue) = 69+87+93=249 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.71% from 249); Green value is 87 (34.38% from 255 or 34.94% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 93 - color contains mainly: blue. Hex color #45575D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45575D is #BAA8A2. Grayscale: #525252. Windows color (decimal): -12232867 or 6117189. OLE color: 6117189.
HSL color Cylindrical-coordinate representation of color #45575D: hue angle of 195º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #45575D is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 87 | 93 | - |
| CMYK | 0.26 | 0.06 | 0 | 0.64 |
| HSL | 195º | 0.15% | 0.32% | - |
| HSV(B) | 195º | 0.26% | 0.36% | - |
| XYZ | 7.84 | 8.87 | 11.66 | - |
| YUV | 82.3 | 134.04 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 87 | 93 | 0.26 | 0.06 | 0 | 0.64 | 195 | 0.15 | 0.32 |
| Hex | 45 | 57 | 5D | 1A | 6 | 0 | 40 | C3 | F | 20 |
| Octal | 105 | 127 | 135 | 32 | 6 | 0 | 100 | 303 | 17 | 40 |
| Binary | 1000101 | 1010111 | 1011101 | 11010 | 110 | 0 | 1000000 | 11000011 | 1111 | 100000 |
Color Harmonies of #45575D
Complementary color
Monochromatic Colors of #45575D
Black with #45575D
Text Example
Text Example
White with #45575D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45575D; }
p { color: rgb(69,87,93); }
H1.HeaderClassName
{
color: #45575D;
}
.AnyTagClassName
{
color: #45575D;
}
</style>
background-color css
<style>
a { background-color: #45575D; }
a { background-color: rgb(69,87,93); }
div.DivClassName
{
background-color: #45575D;
}
.BgClassName
{
background-color: #45575D;
}
</style>
border-color css
<style>
span { border-color: #45575D; }
span { border-color: rgb(69,87,93); }
td.TdClassName
{
border-color: #45575D;
}
.TagClassName
{
border-color: #45575D;
}
</style>