Shades of Casal #33535A
Tints of Casal #33535A
RGB
CMYK
RGB Variations
Color information
#33535A (or 0x33535A) is known color: Casal. HEX triplet: 33, 53 and 5A. RGB value is (51,83,90). Sum of RGB (Red+Green+Blue) = 51+83+90=224 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.77% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 90 (35.55% from 255 or 40.18% from 224); Max value from RGB is 90 - color contains mainly: blue. Hex color #33535A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33535A is #CCACA5. Grayscale: #4A4A4A. Windows color (decimal): -13413542 or 5919539. OLE color: 5919539.
HSL color Cylindrical-coordinate representation of color #33535A: hue angle of 190.77º 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 #33535A is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 51 | 83 | 90 | - |
| CMYK | 0.43 | 0.08 | 0 | 0.65 |
| HSL | 190.77º | 0.28% | 0.28% | - |
| HSV(B) | 190.77º | 0.43% | 0.35% | - |
| XYZ | 6.3 | 7.63 | 10.81 | - |
| YUV | 74.23 | 136.9 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 83 | 90 | 0.43 | 0.08 | 0 | 0.65 | 190.77 | 0.28 | 0.28 |
| Hex | 33 | 53 | 5A | 2B | 8 | 0 | 41 | BF | 1C | 1C |
| Octal | 63 | 123 | 132 | 53 | 10 | 0 | 101 | 277 | 34 | 34 |
| Binary | 110011 | 1010011 | 1011010 | 101011 | 1000 | 0 | 1000001 | 10111111 | 11100 | 11100 |
Color Harmonies of #33535A
Complementary color
Monochromatic Colors of #33535A
Black with #33535A
Text Example
Text Example
White with #33535A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33535A; }
p { color: rgb(51,83,90); }
H1.HeaderClassName
{
color: #33535A;
}
.AnyTagClassName
{
color: #33535A;
}
</style>
background-color css
<style>
a { background-color: #33535A; }
a { background-color: rgb(51,83,90); }
div.DivClassName
{
background-color: #33535A;
}
.BgClassName
{
background-color: #33535A;
}
</style>
border-color css
<style>
span { border-color: #33535A; }
span { border-color: rgb(51,83,90); }
td.TdClassName
{
border-color: #33535A;
}
.TagClassName
{
border-color: #33535A;
}
</style>