Shades of Casal #47585D
Tints of Casal #47585D
RGB
CMYK
RGB Variations
Color information
#47585D (or 0x47585D) is known color: Casal. HEX triplet: 47, 58 and 5D. RGB value is (71,88,93). Sum of RGB (Red+Green+Blue) = 71+88+93=252 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.17% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 93 - color contains mainly: blue. Hex color #47585D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47585D is #B8A7A2. Grayscale: #535353. Windows color (decimal): -12101539 or 6117447. OLE color: 6117447.
HSL color Cylindrical-coordinate representation of color #47585D: hue angle of 193.64º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #47585D is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 88 | 93 | - |
| CMYK | 0.24 | 0.05 | 0 | 0.64 |
| HSL | 193.64º | 0.13% | 0.32% | - |
| HSV(B) | 193.64º | 0.24% | 0.36% | - |
| XYZ | 8.06 | 9.11 | 11.69 | - |
| YUV | 83.49 | 133.37 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 88 | 93 | 0.24 | 0.05 | 0 | 0.64 | 193.64 | 0.13 | 0.32 |
| Hex | 47 | 58 | 5D | 18 | 5 | 0 | 40 | C2 | D | 20 |
| Octal | 107 | 130 | 135 | 30 | 5 | 0 | 100 | 302 | 15 | 40 |
| Binary | 1000111 | 1011000 | 1011101 | 11000 | 101 | 0 | 1000000 | 11000010 | 1101 | 100000 |
Color Harmonies of #47585D
Complementary color
Monochromatic Colors of #47585D
Black with #47585D
Text Example
Text Example
White with #47585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47585D; }
p { color: rgb(71,88,93); }
H1.HeaderClassName
{
color: #47585D;
}
.AnyTagClassName
{
color: #47585D;
}
</style>
background-color css
<style>
a { background-color: #47585D; }
a { background-color: rgb(71,88,93); }
div.DivClassName
{
background-color: #47585D;
}
.BgClassName
{
background-color: #47585D;
}
</style>
border-color css
<style>
span { border-color: #47585D; }
span { border-color: rgb(71,88,93); }
td.TdClassName
{
border-color: #47585D;
}
.TagClassName
{
border-color: #47585D;
}
</style>