Shades of Casal #33545C
Tints of Casal #33545C
RGB
CMYK
RGB Variations
Color information
#33545C (or 0x33545C) is known color: Casal. HEX triplet: 33, 54 and 5C. RGB value is (51,84,92). Sum of RGB (Red+Green+Blue) = 51+84+92=227 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.47% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 92 (36.33% from 255 or 40.53% from 227); Max value from RGB is 92 - color contains mainly: blue. Hex color #33545C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33545C is #CCABA3. Grayscale: #4A4A4A. Windows color (decimal): -13413284 or 6050867. OLE color: 6050867.
HSL color Cylindrical-coordinate representation of color #33545C: hue angle of 191.71º 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 #33545C is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 84 | 92 | - |
| CMYK | 0.45 | 0.09 | 0 | 0.64 |
| HSL | 191.71º | 0.29% | 0.28% | - |
| HSV(B) | 191.71º | 0.45% | 0.36% | - |
| XYZ | 6.47 | 7.82 | 11.29 | - |
| YUV | 75.05 | 137.57 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 84 | 92 | 0.45 | 0.09 | 0 | 0.64 | 191.71 | 0.29 | 0.28 |
| Hex | 33 | 54 | 5C | 2D | 9 | 0 | 40 | C0 | 1D | 1C |
| Octal | 63 | 124 | 134 | 55 | 11 | 0 | 100 | 300 | 35 | 34 |
| Binary | 110011 | 1010100 | 1011100 | 101101 | 1001 | 0 | 1000000 | 11000000 | 11101 | 11100 |
Color Harmonies of #33545C
Complementary color
Monochromatic Colors of #33545C
Black with #33545C
Text Example
Text Example
White with #33545C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33545C; }
p { color: rgb(51,84,92); }
H1.HeaderClassName
{
color: #33545C;
}
.AnyTagClassName
{
color: #33545C;
}
</style>
background-color css
<style>
a { background-color: #33545C; }
a { background-color: rgb(51,84,92); }
div.DivClassName
{
background-color: #33545C;
}
.BgClassName
{
background-color: #33545C;
}
</style>
border-color css
<style>
span { border-color: #33545C; }
span { border-color: rgb(51,84,92); }
td.TdClassName
{
border-color: #33545C;
}
.TagClassName
{
border-color: #33545C;
}
</style>