Shades of Casal #43565B
Tints of Casal #43565B
RGB
CMYK
RGB Variations
Color information
#43565B (or 0x43565B) is known color: Casal. HEX triplet: 43, 56 and 5B. RGB value is (67,86,91). Sum of RGB (Red+Green+Blue) = 67+86+91=244 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.46% from 244); Green value is 86 (33.98% from 255 or 35.25% from 244); Blue value is 91 (35.94% from 255 or 37.30% from 244); Max value from RGB is 91 - color contains mainly: blue. Hex color #43565B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43565B is #BCA9A4. Grayscale: #505050. Windows color (decimal): -12364197 or 5985859. OLE color: 5985859.
HSL color Cylindrical-coordinate representation of color #43565B: hue angle of 192.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #43565B is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 86 | 91 | - |
| CMYK | 0.26 | 0.05 | 0 | 0.64 |
| HSL | 192.5º | 0.15% | 0.31% | - |
| HSV(B) | 192.5º | 0.26% | 0.36% | - |
| XYZ | 7.53 | 8.6 | 11.16 | - |
| YUV | 80.89 | 133.71 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 86 | 91 | 0.26 | 0.05 | 0 | 0.64 | 192.5 | 0.15 | 0.31 |
| Hex | 43 | 56 | 5B | 1A | 5 | 0 | 40 | C0 | F | 1F |
| Octal | 103 | 126 | 133 | 32 | 5 | 0 | 100 | 300 | 17 | 37 |
| Binary | 1000011 | 1010110 | 1011011 | 11010 | 101 | 0 | 1000000 | 11000000 | 1111 | 11111 |
Color Harmonies of #43565B
Complementary color
Monochromatic Colors of #43565B
Black with #43565B
Text Example
Text Example
White with #43565B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43565B; }
p { color: rgb(67,86,91); }
H1.HeaderClassName
{
color: #43565B;
}
.AnyTagClassName
{
color: #43565B;
}
</style>
background-color css
<style>
a { background-color: #43565B; }
a { background-color: rgb(67,86,91); }
div.DivClassName
{
background-color: #43565B;
}
.BgClassName
{
background-color: #43565B;
}
</style>
border-color css
<style>
span { border-color: #43565B; }
span { border-color: rgb(67,86,91); }
td.TdClassName
{
border-color: #43565B;
}
.TagClassName
{
border-color: #43565B;
}
</style>