Shades of Casal #335D63
Tints of Casal #335D63
RGB
CMYK
RGB Variations
Color information
#335D63 (or 0x335D63) is known color: Casal. HEX triplet: 33, 5D and 63. RGB value is (51,93,99). Sum of RGB (Red+Green+Blue) = 51+93+99=243 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.99% from 243); Green value is 93 (36.72% from 255 or 38.27% from 243); Blue value is 99 (39.06% from 255 or 40.74% from 243); Max value from RGB is 99 - color contains mainly: blue. Hex color #335D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335D63 is #CCA29C. Grayscale: #515151. Windows color (decimal): -13410973 or 6511923. OLE color: 6511923.
HSL color Cylindrical-coordinate representation of color #335D63: hue angle of 187.5º 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 #335D63 is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 51 | 93 | 99 | - |
| CMYK | 0.48 | 0.06 | 0 | 0.61 |
| HSL | 187.5º | 0.32% | 0.29% | - |
| HSV(B) | 187.5º | 0.48% | 0.39% | - |
| XYZ | 7.53 | 9.43 | 13.23 | - |
| YUV | 81.13 | 138.09 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 93 | 99 | 0.48 | 0.06 | 0 | 0.61 | 187.5 | 0.32 | 0.29 |
| Hex | 33 | 5D | 63 | 30 | 6 | 0 | 3D | BC | 20 | 1D |
| Octal | 63 | 135 | 143 | 60 | 6 | 0 | 75 | 274 | 40 | 35 |
| Binary | 110011 | 1011101 | 1100011 | 110000 | 110 | 0 | 111101 | 10111100 | 100000 | 11101 |
Color Harmonies of #335D63
Complementary color
Monochromatic Colors of #335D63
Black with #335D63
Text Example
Text Example
White with #335D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335D63; }
p { color: rgb(51,93,99); }
H1.HeaderClassName
{
color: #335D63;
}
.AnyTagClassName
{
color: #335D63;
}
</style>
background-color css
<style>
a { background-color: #335D63; }
a { background-color: rgb(51,93,99); }
div.DivClassName
{
background-color: #335D63;
}
.BgClassName
{
background-color: #335D63;
}
</style>
border-color css
<style>
span { border-color: #335D63; }
span { border-color: rgb(51,93,99); }
td.TdClassName
{
border-color: #335D63;
}
.TagClassName
{
border-color: #335D63;
}
</style>