Shades of Casal #48595C
Tints of Casal #48595C
RGB
CMYK
RGB Variations
Color information
#48595C (or 0x48595C) is known color: Casal. HEX triplet: 48, 59 and 5C. RGB value is (72,89,92). Sum of RGB (Red+Green+Blue) = 72+89+92=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 92 - color contains mainly: blue. Hex color #48595C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48595C is #B7A6A3. Grayscale: #545454. Windows color (decimal): -12035748 or 6052168. OLE color: 6052168.
HSL color Cylindrical-coordinate representation of color #48595C: hue angle of 189º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #48595C is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 89 | 92 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.64 |
| HSL | 189º | 0.12% | 0.32% | - |
| HSV(B) | 189º | 0.22% | 0.36% | - |
| XYZ | 8.18 | 9.3 | 11.49 | - |
| YUV | 84.26 | 132.37 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 89 | 92 | 0.22 | 0.03 | 0 | 0.64 | 189 | 0.12 | 0.32 |
| Hex | 48 | 59 | 5C | 16 | 3 | 0 | 40 | BD | C | 20 |
| Octal | 110 | 131 | 134 | 26 | 3 | 0 | 100 | 275 | 14 | 40 |
| Binary | 1001000 | 1011001 | 1011100 | 10110 | 11 | 0 | 1000000 | 10111101 | 1100 | 100000 |
Color Harmonies of #48595C
Complementary color
Monochromatic Colors of #48595C
Black with #48595C
Text Example
Text Example
White with #48595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48595C; }
p { color: rgb(72,89,92); }
H1.HeaderClassName
{
color: #48595C;
}
.AnyTagClassName
{
color: #48595C;
}
</style>
background-color css
<style>
a { background-color: #48595C; }
a { background-color: rgb(72,89,92); }
div.DivClassName
{
background-color: #48595C;
}
.BgClassName
{
background-color: #48595C;
}
</style>
border-color css
<style>
span { border-color: #48595C; }
span { border-color: rgb(72,89,92); }
td.TdClassName
{
border-color: #48595C;
}
.TagClassName
{
border-color: #48595C;
}
</style>