Shades of Casal #475153
Tints of Casal #475153
RGB
CMYK
RGB Variations
Color information
#475153 (or 0x475153) is known color: Casal. HEX triplet: 47, 51 and 53. RGB value is (71,81,83). Sum of RGB (Red+Green+Blue) = 71+81+83=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 83 (32.81% from 255 or 35.32% from 235); Max value from RGB is 83 - color contains mainly: blue. Hex color #475153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475153 is #B8AEAC. Grayscale: #4E4E4E. Windows color (decimal): -12103341 or 5460295. OLE color: 5460295.
HSL color Cylindrical-coordinate representation of color #475153: hue angle of 190º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #475153 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 81 | 83 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.67 |
| HSL | 190º | 0.08% | 0.3% | - |
| HSV(B) | 190º | 0.14% | 0.33% | - |
| XYZ | 7.1 | 7.85 | 9.32 | - |
| YUV | 78.24 | 130.69 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 81 | 83 | 0.14 | 0.02 | 0 | 0.67 | 190 | 0.08 | 0.3 |
| Hex | 47 | 51 | 53 | E | 2 | 0 | 43 | BE | 8 | 1E |
| Octal | 107 | 121 | 123 | 16 | 2 | 0 | 103 | 276 | 10 | 36 |
| Binary | 1000111 | 1010001 | 1010011 | 1110 | 10 | 0 | 1000011 | 10111110 | 1000 | 11110 |
Color Harmonies of #475153
Complementary color
Monochromatic Colors of #475153
Black with #475153
Text Example
Text Example
White with #475153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475153; }
p { color: rgb(71,81,83); }
H1.HeaderClassName
{
color: #475153;
}
.AnyTagClassName
{
color: #475153;
}
</style>
background-color css
<style>
a { background-color: #475153; }
a { background-color: rgb(71,81,83); }
div.DivClassName
{
background-color: #475153;
}
.BgClassName
{
background-color: #475153;
}
</style>
border-color css
<style>
span { border-color: #475153; }
span { border-color: rgb(71,81,83); }
td.TdClassName
{
border-color: #475153;
}
.TagClassName
{
border-color: #475153;
}
</style>