Shades of Casal #33565F
Tints of Casal #33565F
RGB
CMYK
RGB Variations
Color information
#33565F (or 0x33565F) is known color: Casal. HEX triplet: 33, 56 and 5F. RGB value is (51,86,95). Sum of RGB (Red+Green+Blue) = 51+86+95=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 86 (33.98% from 255 or 37.07% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 95 - color contains mainly: blue. Hex color #33565F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33565F is #CCA9A0. Grayscale: #4C4C4C. Windows color (decimal): -13412769 or 6247987. OLE color: 6247987.
HSL color Cylindrical-coordinate representation of color #33565F: hue angle of 192.27º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #33565F is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 51 | 86 | 95 | - |
| CMYK | 0.46 | 0.09 | 0 | 0.63 |
| HSL | 192.27º | 0.3% | 0.29% | - |
| HSV(B) | 192.27º | 0.46% | 0.37% | - |
| XYZ | 6.76 | 8.19 | 12.05 | - |
| YUV | 76.56 | 138.4 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 86 | 95 | 0.46 | 0.09 | 0 | 0.63 | 192.27 | 0.3 | 0.29 |
| Hex | 33 | 56 | 5F | 2E | 9 | 0 | 3F | C0 | 1E | 1D |
| Octal | 63 | 126 | 137 | 56 | 11 | 0 | 77 | 300 | 36 | 35 |
| Binary | 110011 | 1010110 | 1011111 | 101110 | 1001 | 0 | 111111 | 11000000 | 11110 | 11101 |
Color Harmonies of #33565F
Complementary color
Monochromatic Colors of #33565F
Black with #33565F
Text Example
Text Example
White with #33565F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33565F; }
p { color: rgb(51,86,95); }
H1.HeaderClassName
{
color: #33565F;
}
.AnyTagClassName
{
color: #33565F;
}
</style>
background-color css
<style>
a { background-color: #33565F; }
a { background-color: rgb(51,86,95); }
div.DivClassName
{
background-color: #33565F;
}
.BgClassName
{
background-color: #33565F;
}
</style>
border-color css
<style>
span { border-color: #33565F; }
span { border-color: rgb(51,86,95); }
td.TdClassName
{
border-color: #33565F;
}
.TagClassName
{
border-color: #33565F;
}
</style>