Shades of Casal #335863
Tints of Casal #335863
RGB
CMYK
RGB Variations
Color information
#335863 (or 0x335863) is known color: Casal. HEX triplet: 33, 58 and 63. RGB value is (51,88,99). Sum of RGB (Red+Green+Blue) = 51+88+99=238 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.43% from 238); Green value is 88 (34.77% from 255 or 36.97% from 238); Blue value is 99 (39.06% from 255 or 41.60% from 238); Max value from RGB is 99 - color contains mainly: blue. Hex color #335863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335863 is #CCA79C. Grayscale: #4E4E4E. Windows color (decimal): -13412253 or 6510643. OLE color: 6510643.
HSL color Cylindrical-coordinate representation of color #335863: hue angle of 193.75º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #335863 is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 51 | 88 | 99 | - |
| CMYK | 0.48 | 0.11 | 0 | 0.61 |
| HSL | 193.75º | 0.32% | 0.29% | - |
| HSV(B) | 193.75º | 0.48% | 0.39% | - |
| XYZ | 7.11 | 8.58 | 13.09 | - |
| YUV | 78.19 | 139.74 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 88 | 99 | 0.48 | 0.11 | 0 | 0.61 | 193.75 | 0.32 | 0.29 |
| Hex | 33 | 58 | 63 | 30 | B | 0 | 3D | C2 | 20 | 1D |
| Octal | 63 | 130 | 143 | 60 | 13 | 0 | 75 | 302 | 40 | 35 |
| Binary | 110011 | 1011000 | 1100011 | 110000 | 1011 | 0 | 111101 | 11000010 | 100000 | 11101 |
Color Harmonies of #335863
Complementary color
Monochromatic Colors of #335863
Black with #335863
Text Example
Text Example
White with #335863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335863; }
p { color: rgb(51,88,99); }
H1.HeaderClassName
{
color: #335863;
}
.AnyTagClassName
{
color: #335863;
}
</style>
background-color css
<style>
a { background-color: #335863; }
a { background-color: rgb(51,88,99); }
div.DivClassName
{
background-color: #335863;
}
.BgClassName
{
background-color: #335863;
}
</style>
border-color css
<style>
span { border-color: #335863; }
span { border-color: rgb(51,88,99); }
td.TdClassName
{
border-color: #335863;
}
.TagClassName
{
border-color: #335863;
}
</style>