Shades of Casal #33525A
Tints of Casal #33525A
RGB
CMYK
RGB Variations
Color information
#33525A (or 0x33525A) is known color: Casal. HEX triplet: 33, 52 and 5A. RGB value is (51,82,90). Sum of RGB (Red+Green+Blue) = 51+82+90=223 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.87% from 223); Green value is 82 (32.42% from 255 or 36.77% from 223); Blue value is 90 (35.55% from 255 or 40.36% from 223); Max value from RGB is 90 - color contains mainly: blue. Hex color #33525A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33525A is #CCADA5. Grayscale: #494949. Windows color (decimal): -13413798 or 5919283. OLE color: 5919283.
HSL color Cylindrical-coordinate representation of color #33525A: hue angle of 192.31º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #33525A is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 51 | 82 | 90 | - |
| CMYK | 0.43 | 0.09 | 0 | 0.65 |
| HSL | 192.31º | 0.28% | 0.28% | - |
| HSV(B) | 192.31º | 0.43% | 0.35% | - |
| XYZ | 6.23 | 7.48 | 10.79 | - |
| YUV | 73.64 | 137.23 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 82 | 90 | 0.43 | 0.09 | 0 | 0.65 | 192.31 | 0.28 | 0.28 |
| Hex | 33 | 52 | 5A | 2B | 9 | 0 | 41 | C0 | 1C | 1C |
| Octal | 63 | 122 | 132 | 53 | 11 | 0 | 101 | 300 | 34 | 34 |
| Binary | 110011 | 1010010 | 1011010 | 101011 | 1001 | 0 | 1000001 | 11000000 | 11100 | 11100 |
Color Harmonies of #33525A
Complementary color
Monochromatic Colors of #33525A
Black with #33525A
Text Example
Text Example
White with #33525A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33525A; }
p { color: rgb(51,82,90); }
H1.HeaderClassName
{
color: #33525A;
}
.AnyTagClassName
{
color: #33525A;
}
</style>
background-color css
<style>
a { background-color: #33525A; }
a { background-color: rgb(51,82,90); }
div.DivClassName
{
background-color: #33525A;
}
.BgClassName
{
background-color: #33525A;
}
</style>
border-color css
<style>
span { border-color: #33525A; }
span { border-color: rgb(51,82,90); }
td.TdClassName
{
border-color: #33525A;
}
.TagClassName
{
border-color: #33525A;
}
</style>