Shades of Casal #48585C
Tints of Casal #48585C
RGB
CMYK
RGB Variations
Color information
#48585C (or 0x48585C) is known color: Casal. HEX triplet: 48, 58 and 5C. RGB value is (72,88,92). Sum of RGB (Red+Green+Blue) = 72+88+92=252 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.57% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 92 - color contains mainly: blue. Hex color #48585C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48585C is #B7A7A3. Grayscale: #535353. Windows color (decimal): -12036004 or 6051912. OLE color: 6051912.
HSL color Cylindrical-coordinate representation of color #48585C: hue angle of 192º 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 #48585C is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 88 | 92 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.64 |
| HSL | 192º | 0.12% | 0.32% | - |
| HSV(B) | 192º | 0.22% | 0.36% | - |
| XYZ | 8.09 | 9.13 | 11.46 | - |
| YUV | 83.67 | 132.7 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 88 | 92 | 0.22 | 0.04 | 0 | 0.64 | 192 | 0.12 | 0.32 |
| Hex | 48 | 58 | 5C | 16 | 4 | 0 | 40 | C0 | C | 20 |
| Octal | 110 | 130 | 134 | 26 | 4 | 0 | 100 | 300 | 14 | 40 |
| Binary | 1001000 | 1011000 | 1011100 | 10110 | 100 | 0 | 1000000 | 11000000 | 1100 | 100000 |
Color Harmonies of #48585C
Complementary color
Monochromatic Colors of #48585C
Black with #48585C
Text Example
Text Example
White with #48585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48585C; }
p { color: rgb(72,88,92); }
H1.HeaderClassName
{
color: #48585C;
}
.AnyTagClassName
{
color: #48585C;
}
</style>
background-color css
<style>
a { background-color: #48585C; }
a { background-color: rgb(72,88,92); }
div.DivClassName
{
background-color: #48585C;
}
.BgClassName
{
background-color: #48585C;
}
</style>
border-color css
<style>
span { border-color: #48585C; }
span { border-color: rgb(72,88,92); }
td.TdClassName
{
border-color: #48585C;
}
.TagClassName
{
border-color: #48585C;
}
</style>