Shades of Casal #47595B
Tints of Casal #47595B
RGB
CMYK
RGB Variations
Color information
#47595B (or 0x47595B) is known color: Casal. HEX triplet: 47, 59 and 5B. RGB value is (71,89,91). Sum of RGB (Red+Green+Blue) = 71+89+91=251 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.29% from 251); Green value is 89 (35.16% from 255 or 35.46% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 91 - color contains mainly: blue. Hex color #47595B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47595B is #B8A6A4. Grayscale: #535353. Windows color (decimal): -12101285 or 5986631. OLE color: 5986631.
HSL color Cylindrical-coordinate representation of color #47595B: hue angle of 186º 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 #47595B is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 89 | 91 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.64 |
| HSL | 186º | 0.12% | 0.32% | - |
| HSV(B) | 186º | 0.22% | 0.36% | - |
| XYZ | 8.06 | 9.24 | 11.26 | - |
| YUV | 83.85 | 132.04 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 89 | 91 | 0.22 | 0.02 | 0 | 0.64 | 186 | 0.12 | 0.32 |
| Hex | 47 | 59 | 5B | 16 | 2 | 0 | 40 | BA | C | 20 |
| Octal | 107 | 131 | 133 | 26 | 2 | 0 | 100 | 272 | 14 | 40 |
| Binary | 1000111 | 1011001 | 1011011 | 10110 | 10 | 0 | 1000000 | 10111010 | 1100 | 100000 |
Color Harmonies of #47595B
Complementary color
Monochromatic Colors of #47595B
Black with #47595B
Text Example
Text Example
White with #47595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47595B; }
p { color: rgb(71,89,91); }
H1.HeaderClassName
{
color: #47595B;
}
.AnyTagClassName
{
color: #47595B;
}
</style>
background-color css
<style>
a { background-color: #47595B; }
a { background-color: rgb(71,89,91); }
div.DivClassName
{
background-color: #47595B;
}
.BgClassName
{
background-color: #47595B;
}
</style>
border-color css
<style>
span { border-color: #47595B; }
span { border-color: rgb(71,89,91); }
td.TdClassName
{
border-color: #47595B;
}
.TagClassName
{
border-color: #47595B;
}
</style>