Shades of Casal #33525C
Tints of Casal #33525C
RGB
CMYK
RGB Variations
Color information
#33525C (or 0x33525C) is known color: Casal. HEX triplet: 33, 52 and 5C. RGB value is (51,82,92). Sum of RGB (Red+Green+Blue) = 51+82+92=225 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.67% from 225); Green value is 82 (32.42% from 255 or 36.44% from 225); Blue value is 92 (36.33% from 255 or 40.89% from 225); Max value from RGB is 92 - color contains mainly: blue. Hex color #33525C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33525C is #CCADA3. Grayscale: #494949. Windows color (decimal): -13413796 or 6050355. OLE color: 6050355.
HSL color Cylindrical-coordinate representation of color #33525C: hue angle of 194.63º 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 #33525C is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 82 | 92 | - |
| CMYK | 0.45 | 0.11 | 0 | 0.64 |
| HSL | 194.63º | 0.29% | 0.28% | - |
| HSV(B) | 194.63º | 0.45% | 0.36% | - |
| XYZ | 6.31 | 7.51 | 11.24 | - |
| YUV | 73.87 | 138.23 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 82 | 92 | 0.45 | 0.11 | 0 | 0.64 | 194.63 | 0.29 | 0.28 |
| Hex | 33 | 52 | 5C | 2D | B | 0 | 40 | C3 | 1D | 1C |
| Octal | 63 | 122 | 134 | 55 | 13 | 0 | 100 | 303 | 35 | 34 |
| Binary | 110011 | 1010010 | 1011100 | 101101 | 1011 | 0 | 1000000 | 11000011 | 11101 | 11100 |
Color Harmonies of #33525C
Complementary color
Monochromatic Colors of #33525C
Black with #33525C
Text Example
Text Example
White with #33525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33525C; }
p { color: rgb(51,82,92); }
H1.HeaderClassName
{
color: #33525C;
}
.AnyTagClassName
{
color: #33525C;
}
</style>
background-color css
<style>
a { background-color: #33525C; }
a { background-color: rgb(51,82,92); }
div.DivClassName
{
background-color: #33525C;
}
.BgClassName
{
background-color: #33525C;
}
</style>
border-color css
<style>
span { border-color: #33525C; }
span { border-color: rgb(51,82,92); }
td.TdClassName
{
border-color: #33525C;
}
.TagClassName
{
border-color: #33525C;
}
</style>