Shades of Casal #47595C
Tints of Casal #47595C
RGB
CMYK
RGB Variations
Color information
#47595C (or 0x47595C) is known color: Casal. HEX triplet: 47, 59 and 5C. RGB value is (71,89,92). Sum of RGB (Red+Green+Blue) = 71+89+92=252 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.17% from 252); Green value is 89 (35.16% from 255 or 35.32% 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 #47595C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47595C is #B8A6A3. Grayscale: #535353. Windows color (decimal): -12101284 or 6052167. OLE color: 6052167.
HSL color Cylindrical-coordinate representation of color #47595C: hue angle of 188.57º 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 #47595C is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 89 | 92 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.64 |
| HSL | 188.57º | 0.13% | 0.32% | - |
| HSV(B) | 188.57º | 0.23% | 0.36% | - |
| XYZ | 8.1 | 9.26 | 11.48 | - |
| YUV | 83.96 | 132.54 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 89 | 92 | 0.23 | 0.03 | 0 | 0.64 | 188.57 | 0.13 | 0.32 |
| Hex | 47 | 59 | 5C | 17 | 3 | 0 | 40 | BD | D | 20 |
| Octal | 107 | 131 | 134 | 27 | 3 | 0 | 100 | 275 | 15 | 40 |
| Binary | 1000111 | 1011001 | 1011100 | 10111 | 11 | 0 | 1000000 | 10111101 | 1101 | 100000 |
Color Harmonies of #47595C
Complementary color
Monochromatic Colors of #47595C
Black with #47595C
Text Example
Text Example
White with #47595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47595C; }
p { color: rgb(71,89,92); }
H1.HeaderClassName
{
color: #47595C;
}
.AnyTagClassName
{
color: #47595C;
}
</style>
background-color css
<style>
a { background-color: #47595C; }
a { background-color: rgb(71,89,92); }
div.DivClassName
{
background-color: #47595C;
}
.BgClassName
{
background-color: #47595C;
}
</style>
border-color css
<style>
span { border-color: #47595C; }
span { border-color: rgb(71,89,92); }
td.TdClassName
{
border-color: #47595C;
}
.TagClassName
{
border-color: #47595C;
}
</style>