Shades of Casal #33515C
Tints of Casal #33515C
RGB
CMYK
RGB Variations
Color information
#33515C (or 0x33515C) is known color: Casal. HEX triplet: 33, 51 and 5C. RGB value is (51,81,92). Sum of RGB (Red+Green+Blue) = 51+81+92=224 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.77% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 92 (36.33% from 255 or 41.07% from 224); Max value from RGB is 92 - color contains mainly: blue. Hex color #33515C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33515C is #CCAEA3. Grayscale: #494949. Windows color (decimal): -13414052 or 6050099. OLE color: 6050099.
HSL color Cylindrical-coordinate representation of color #33515C: hue angle of 196.1º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #33515C is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 81 | 92 | - |
| CMYK | 0.45 | 0.12 | 0 | 0.64 |
| HSL | 196.1º | 0.29% | 0.28% | - |
| HSV(B) | 196.1º | 0.45% | 0.36% | - |
| XYZ | 6.24 | 7.36 | 11.22 | - |
| YUV | 73.28 | 138.56 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 81 | 92 | 0.45 | 0.12 | 0 | 0.64 | 196.1 | 0.29 | 0.28 |
| Hex | 33 | 51 | 5C | 2D | C | 0 | 40 | C4 | 1D | 1C |
| Octal | 63 | 121 | 134 | 55 | 14 | 0 | 100 | 304 | 35 | 34 |
| Binary | 110011 | 1010001 | 1011100 | 101101 | 1100 | 0 | 1000000 | 11000100 | 11101 | 11100 |
Color Harmonies of #33515C
Complementary color
Monochromatic Colors of #33515C
Black with #33515C
Text Example
Text Example
White with #33515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33515C; }
p { color: rgb(51,81,92); }
H1.HeaderClassName
{
color: #33515C;
}
.AnyTagClassName
{
color: #33515C;
}
</style>
background-color css
<style>
a { background-color: #33515C; }
a { background-color: rgb(51,81,92); }
div.DivClassName
{
background-color: #33515C;
}
.BgClassName
{
background-color: #33515C;
}
</style>
border-color css
<style>
span { border-color: #33515C; }
span { border-color: rgb(51,81,92); }
td.TdClassName
{
border-color: #33515C;
}
.TagClassName
{
border-color: #33515C;
}
</style>