Shades of Casal #48585A
Tints of Casal #48585A
RGB
CMYK
RGB Variations
Color information
#48585A (or 0x48585A) is known color: Casal. HEX triplet: 48, 58 and 5A. RGB value is (72,88,90). Sum of RGB (Red+Green+Blue) = 72+88+90=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 90 (35.55% from 255 or 36% from 250); Max value from RGB is 90 - color contains mainly: blue. Hex color #48585A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48585A is #B7A7A5. Grayscale: #535353. Windows color (decimal): -12036006 or 5920840. OLE color: 5920840.
HSL color Cylindrical-coordinate representation of color #48585A: hue angle of 186.67º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #48585A is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 88 | 90 | - |
| CMYK | 0.20 | 0.02 | 0 | 0.65 |
| HSL | 186.67º | 0.11% | 0.32% | - |
| HSV(B) | 186.67º | 0.2% | 0.35% | - |
| XYZ | 8.01 | 9.1 | 11.01 | - |
| YUV | 83.44 | 131.7 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 88 | 90 | 0.20 | 0.02 | 0 | 0.65 | 186.67 | 0.11 | 0.32 |
| Hex | 48 | 58 | 5A | 14 | 2 | 0 | 41 | BB | B | 20 |
| Octal | 110 | 130 | 132 | 24 | 2 | 0 | 101 | 273 | 13 | 40 |
| Binary | 1001000 | 1011000 | 1011010 | 10100 | 10 | 0 | 1000001 | 10111011 | 1011 | 100000 |
Color Harmonies of #48585A
Complementary color
Monochromatic Colors of #48585A
Black with #48585A
Text Example
Text Example
White with #48585A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48585A; }
p { color: rgb(72,88,90); }
H1.HeaderClassName
{
color: #48585A;
}
.AnyTagClassName
{
color: #48585A;
}
</style>
background-color css
<style>
a { background-color: #48585A; }
a { background-color: rgb(72,88,90); }
div.DivClassName
{
background-color: #48585A;
}
.BgClassName
{
background-color: #48585A;
}
</style>
border-color css
<style>
span { border-color: #48585A; }
span { border-color: rgb(72,88,90); }
td.TdClassName
{
border-color: #48585A;
}
.TagClassName
{
border-color: #48585A;
}
</style>