Shades of Casal #33515D
Tints of Casal #33515D
RGB
CMYK
RGB Variations
Color information
#33515D (or 0x33515D) is known color: Casal. HEX triplet: 33, 51 and 5D. RGB value is (51,81,93). Sum of RGB (Red+Green+Blue) = 51+81+93=225 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.67% from 225); Green value is 81 (32.03% from 255 or 36% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 93 - color contains mainly: blue. Hex color #33515D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33515D is #CCAEA2. Grayscale: #494949. Windows color (decimal): -13414051 or 6115635. OLE color: 6115635.
HSL color Cylindrical-coordinate representation of color #33515D: hue angle of 197.14º 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 #33515D is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 81 | 93 | - |
| CMYK | 0.45 | 0.13 | 0 | 0.64 |
| HSL | 197.14º | 0.29% | 0.28% | - |
| HSV(B) | 197.14º | 0.45% | 0.36% | - |
| XYZ | 6.28 | 7.38 | 11.45 | - |
| YUV | 73.4 | 139.06 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 81 | 93 | 0.45 | 0.13 | 0 | 0.64 | 197.14 | 0.29 | 0.28 |
| Hex | 33 | 51 | 5D | 2D | D | 0 | 40 | C5 | 1D | 1C |
| Octal | 63 | 121 | 135 | 55 | 15 | 0 | 100 | 305 | 35 | 34 |
| Binary | 110011 | 1010001 | 1011101 | 101101 | 1101 | 0 | 1000000 | 11000101 | 11101 | 11100 |
Color Harmonies of #33515D
Complementary color
Monochromatic Colors of #33515D
Black with #33515D
Text Example
Text Example
White with #33515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33515D; }
p { color: rgb(51,81,93); }
H1.HeaderClassName
{
color: #33515D;
}
.AnyTagClassName
{
color: #33515D;
}
</style>
background-color css
<style>
a { background-color: #33515D; }
a { background-color: rgb(51,81,93); }
div.DivClassName
{
background-color: #33515D;
}
.BgClassName
{
background-color: #33515D;
}
</style>
border-color css
<style>
span { border-color: #33515D; }
span { border-color: rgb(51,81,93); }
td.TdClassName
{
border-color: #33515D;
}
.TagClassName
{
border-color: #33515D;
}
</style>