Shades of Casal #48595D
Tints of Casal #48595D
RGB
CMYK
RGB Variations
Color information
#48595D (or 0x48595D) is known color: Casal. HEX triplet: 48, 59 and 5D. RGB value is (72,89,93). Sum of RGB (Red+Green+Blue) = 72+89+93=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 93 - color contains mainly: blue. Hex color #48595D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48595D is #B7A6A2. Grayscale: #545454. Windows color (decimal): -12035747 or 6117704. OLE color: 6117704.
HSL color Cylindrical-coordinate representation of color #48595D: hue angle of 191.43º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #48595D is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 89 | 93 | - |
| CMYK | 0.23 | 0.04 | 0 | 0.64 |
| HSL | 191.43º | 0.13% | 0.32% | - |
| HSV(B) | 191.43º | 0.23% | 0.36% | - |
| XYZ | 8.22 | 9.31 | 11.72 | - |
| YUV | 84.37 | 132.87 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 89 | 93 | 0.23 | 0.04 | 0 | 0.64 | 191.43 | 0.13 | 0.32 |
| Hex | 48 | 59 | 5D | 17 | 4 | 0 | 40 | BF | D | 20 |
| Octal | 110 | 131 | 135 | 27 | 4 | 0 | 100 | 277 | 15 | 40 |
| Binary | 1001000 | 1011001 | 1011101 | 10111 | 100 | 0 | 1000000 | 10111111 | 1101 | 100000 |
Color Harmonies of #48595D
Complementary color
Monochromatic Colors of #48595D
Black with #48595D
Text Example
Text Example
White with #48595D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48595D; }
p { color: rgb(72,89,93); }
H1.HeaderClassName
{
color: #48595D;
}
.AnyTagClassName
{
color: #48595D;
}
</style>
background-color css
<style>
a { background-color: #48595D; }
a { background-color: rgb(72,89,93); }
div.DivClassName
{
background-color: #48595D;
}
.BgClassName
{
background-color: #48595D;
}
</style>
border-color css
<style>
span { border-color: #48595D; }
span { border-color: rgb(72,89,93); }
td.TdClassName
{
border-color: #48595D;
}
.TagClassName
{
border-color: #48595D;
}
</style>