Shades of Casal #31565D
Tints of Casal #31565D
RGB
CMYK
RGB Variations
Color information
#31565D (or 0x31565D) is known color: Casal. HEX triplet: 31, 56 and 5D. RGB value is (49,86,93). Sum of RGB (Red+Green+Blue) = 49+86+93=228 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.49% from 228); Green value is 86 (33.98% from 255 or 37.72% from 228); Blue value is 93 (36.72% from 255 or 40.79% from 228); Max value from RGB is 93 - color contains mainly: blue. Hex color #31565D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31565D is #CEA9A2. Grayscale: #4B4B4B. Windows color (decimal): -13543843 or 6116913. OLE color: 6116913.
HSL color Cylindrical-coordinate representation of color #31565D: hue angle of 189.55º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #31565D is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 86 | 93 | - |
| CMYK | 0.47 | 0.08 | 0 | 0.64 |
| HSL | 189.55º | 0.31% | 0.28% | - |
| HSV(B) | 189.55º | 0.47% | 0.36% | - |
| XYZ | 6.57 | 8.1 | 11.57 | - |
| YUV | 75.74 | 137.74 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 86 | 93 | 0.47 | 0.08 | 0 | 0.64 | 189.55 | 0.31 | 0.28 |
| Hex | 31 | 56 | 5D | 2F | 8 | 0 | 40 | BE | 1F | 1C |
| Octal | 61 | 126 | 135 | 57 | 10 | 0 | 100 | 276 | 37 | 34 |
| Binary | 110001 | 1010110 | 1011101 | 101111 | 1000 | 0 | 1000000 | 10111110 | 11111 | 11100 |
Color Harmonies of #31565D
Complementary color
Monochromatic Colors of #31565D
Black with #31565D
Text Example
Text Example
White with #31565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31565D; }
p { color: rgb(49,86,93); }
H1.HeaderClassName
{
color: #31565D;
}
.AnyTagClassName
{
color: #31565D;
}
</style>
background-color css
<style>
a { background-color: #31565D; }
a { background-color: rgb(49,86,93); }
div.DivClassName
{
background-color: #31565D;
}
.BgClassName
{
background-color: #31565D;
}
</style>
border-color css
<style>
span { border-color: #31565D; }
span { border-color: rgb(49,86,93); }
td.TdClassName
{
border-color: #31565D;
}
.TagClassName
{
border-color: #31565D;
}
</style>