Shades of Casal #33575E
Tints of Casal #33575E
RGB
CMYK
RGB Variations
Color information
#33575E (or 0x33575E) is known color: Casal. HEX triplet: 33, 57 and 5E. RGB value is (51,87,94). Sum of RGB (Red+Green+Blue) = 51+87+94=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 87 (34.38% from 255 or 37.5% from 232); Blue value is 94 (37.11% from 255 or 40.52% from 232); Max value from RGB is 94 - color contains mainly: blue. Hex color #33575E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33575E is #CCA8A1. Grayscale: #4C4C4C. Windows color (decimal): -13412514 or 6182707. OLE color: 6182707.
HSL color Cylindrical-coordinate representation of color #33575E: hue angle of 189.77º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #33575E is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 51 | 87 | 94 | - |
| CMYK | 0.46 | 0.07 | 0 | 0.63 |
| HSL | 189.77º | 0.3% | 0.28% | - |
| HSV(B) | 189.77º | 0.46% | 0.37% | - |
| XYZ | 6.79 | 8.33 | 11.84 | - |
| YUV | 77.03 | 137.57 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 87 | 94 | 0.46 | 0.07 | 0 | 0.63 | 189.77 | 0.3 | 0.28 |
| Hex | 33 | 57 | 5E | 2E | 7 | 0 | 3F | BE | 1E | 1C |
| Octal | 63 | 127 | 136 | 56 | 7 | 0 | 77 | 276 | 36 | 34 |
| Binary | 110011 | 1010111 | 1011110 | 101110 | 111 | 0 | 111111 | 10111110 | 11110 | 11100 |
Color Harmonies of #33575E
Complementary color
Monochromatic Colors of #33575E
Black with #33575E
Text Example
Text Example
White with #33575E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33575E; }
p { color: rgb(51,87,94); }
H1.HeaderClassName
{
color: #33575E;
}
.AnyTagClassName
{
color: #33575E;
}
</style>
background-color css
<style>
a { background-color: #33575E; }
a { background-color: rgb(51,87,94); }
div.DivClassName
{
background-color: #33575E;
}
.BgClassName
{
background-color: #33575E;
}
</style>
border-color css
<style>
span { border-color: #33575E; }
span { border-color: rgb(51,87,94); }
td.TdClassName
{
border-color: #33575E;
}
.TagClassName
{
border-color: #33575E;
}
</style>