Shades of Casal #3A565B
Tints of Casal #3A565B
RGB
CMYK
RGB Variations
Color information
#3A565B (or 0x3A565B) is known color: Casal. HEX triplet: 3A, 56 and 5B. RGB value is (58,86,91). Sum of RGB (Red+Green+Blue) = 58+86+91=235 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.68% from 235); Green value is 86 (33.98% from 255 or 36.60% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 91 - color contains mainly: blue. Hex color #3A565B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A565B is #C5A9A4. Grayscale: #4E4E4E. Windows color (decimal): -12954021 or 5985850. OLE color: 5985850.
HSL color Cylindrical-coordinate representation of color #3A565B: hue angle of 189.09º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3A565B is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 86 | 91 | - |
| CMYK | 0.36 | 0.05 | 0 | 0.64 |
| HSL | 189.09º | 0.22% | 0.29% | - |
| HSV(B) | 189.09º | 0.36% | 0.36% | - |
| XYZ | 6.96 | 8.31 | 11.13 | - |
| YUV | 78.2 | 135.22 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 86 | 91 | 0.36 | 0.05 | 0 | 0.64 | 189.09 | 0.22 | 0.29 |
| Hex | 3A | 56 | 5B | 24 | 5 | 0 | 40 | BD | 16 | 1D |
| Octal | 72 | 126 | 133 | 44 | 5 | 0 | 100 | 275 | 26 | 35 |
| Binary | 111010 | 1010110 | 1011011 | 100100 | 101 | 0 | 1000000 | 10111101 | 10110 | 11101 |
Color Harmonies of #3A565B
Complementary color
Monochromatic Colors of #3A565B
Black with #3A565B
Text Example
Text Example
White with #3A565B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A565B; }
p { color: rgb(58,86,91); }
H1.HeaderClassName
{
color: #3A565B;
}
.AnyTagClassName
{
color: #3A565B;
}
</style>
background-color css
<style>
a { background-color: #3A565B; }
a { background-color: rgb(58,86,91); }
div.DivClassName
{
background-color: #3A565B;
}
.BgClassName
{
background-color: #3A565B;
}
</style>
border-color css
<style>
span { border-color: #3A565B; }
span { border-color: rgb(58,86,91); }
td.TdClassName
{
border-color: #3A565B;
}
.TagClassName
{
border-color: #3A565B;
}
</style>