Shades of Casal #47565A
Tints of Casal #47565A
RGB
CMYK
RGB Variations
Color information
#47565A (or 0x47565A) is known color: Casal. HEX triplet: 47, 56 and 5A. RGB value is (71,86,90). Sum of RGB (Red+Green+Blue) = 71+86+90=247 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.74% from 247); Green value is 86 (33.98% from 255 or 34.82% from 247); Blue value is 90 (35.55% from 255 or 36.44% from 247); Max value from RGB is 90 - color contains mainly: blue. Hex color #47565A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47565A is #B8A9A5. Grayscale: #515151. Windows color (decimal): -12102054 or 5920327. OLE color: 5920327.
HSL color Cylindrical-coordinate representation of color #47565A: hue angle of 192.63º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #47565A is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 71 | 86 | 90 | - |
| CMYK | 0.21 | 0.04 | 0 | 0.65 |
| HSL | 192.63º | 0.12% | 0.32% | - |
| HSV(B) | 192.63º | 0.21% | 0.35% | - |
| XYZ | 7.77 | 8.73 | 10.95 | - |
| YUV | 81.97 | 132.53 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 86 | 90 | 0.21 | 0.04 | 0 | 0.65 | 192.63 | 0.12 | 0.32 |
| Hex | 47 | 56 | 5A | 15 | 4 | 0 | 41 | C1 | C | 20 |
| Octal | 107 | 126 | 132 | 25 | 4 | 0 | 101 | 301 | 14 | 40 |
| Binary | 1000111 | 1010110 | 1011010 | 10101 | 100 | 0 | 1000001 | 11000001 | 1100 | 100000 |
Color Harmonies of #47565A
Complementary color
Monochromatic Colors of #47565A
Black with #47565A
Text Example
Text Example
White with #47565A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47565A; }
p { color: rgb(71,86,90); }
H1.HeaderClassName
{
color: #47565A;
}
.AnyTagClassName
{
color: #47565A;
}
</style>
background-color css
<style>
a { background-color: #47565A; }
a { background-color: rgb(71,86,90); }
div.DivClassName
{
background-color: #47565A;
}
.BgClassName
{
background-color: #47565A;
}
</style>
border-color css
<style>
span { border-color: #47565A; }
span { border-color: rgb(71,86,90); }
td.TdClassName
{
border-color: #47565A;
}
.TagClassName
{
border-color: #47565A;
}
</style>