Shades of Casal #33515B
Tints of Casal #33515B
RGB
CMYK
RGB Variations
Color information
#33515B (or 0x33515B) is known color: Casal. HEX triplet: 33, 51 and 5B. RGB value is (51,81,91). Sum of RGB (Red+Green+Blue) = 51+81+91=223 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.87% from 223); Green value is 81 (32.03% from 255 or 36.32% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 91 - color contains mainly: blue. Hex color #33515B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33515B is #CCAEA4. Grayscale: #494949. Windows color (decimal): -13414053 or 5984563. OLE color: 5984563.
HSL color Cylindrical-coordinate representation of color #33515B: hue angle of 195º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #33515B is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 81 | 91 | - |
| CMYK | 0.44 | 0.11 | 0 | 0.64 |
| HSL | 195º | 0.28% | 0.28% | - |
| HSV(B) | 195º | 0.44% | 0.36% | - |
| XYZ | 6.2 | 7.34 | 10.99 | - |
| YUV | 73.17 | 138.06 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 81 | 91 | 0.44 | 0.11 | 0 | 0.64 | 195 | 0.28 | 0.28 |
| Hex | 33 | 51 | 5B | 2C | B | 0 | 40 | C3 | 1C | 1C |
| Octal | 63 | 121 | 133 | 54 | 13 | 0 | 100 | 303 | 34 | 34 |
| Binary | 110011 | 1010001 | 1011011 | 101100 | 1011 | 0 | 1000000 | 11000011 | 11100 | 11100 |
Color Harmonies of #33515B
Complementary color
Monochromatic Colors of #33515B
Black with #33515B
Text Example
Text Example
White with #33515B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33515B; }
p { color: rgb(51,81,91); }
H1.HeaderClassName
{
color: #33515B;
}
.AnyTagClassName
{
color: #33515B;
}
</style>
background-color css
<style>
a { background-color: #33515B; }
a { background-color: rgb(51,81,91); }
div.DivClassName
{
background-color: #33515B;
}
.BgClassName
{
background-color: #33515B;
}
</style>
border-color css
<style>
span { border-color: #33515B; }
span { border-color: rgb(51,81,91); }
td.TdClassName
{
border-color: #33515B;
}
.TagClassName
{
border-color: #33515B;
}
</style>