Shades of Casal #43595E
Tints of Casal #43595E
RGB
CMYK
RGB Variations
Color information
#43595E (or 0x43595E) is known color: Casal. HEX triplet: 43, 59 and 5E. RGB value is (67,89,94). Sum of RGB (Red+Green+Blue) = 67+89+94=250 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.8% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 94 (37.11% from 255 or 37.6% from 250); Max value from RGB is 94 - color contains mainly: blue. Hex color #43595E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43595E is #BCA6A1. Grayscale: #525252. Windows color (decimal): -12363426 or 6183235. OLE color: 6183235.
HSL color Cylindrical-coordinate representation of color #43595E: hue angle of 191.11º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #43595E is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 67 | 89 | 94 | - |
| CMYK | 0.29 | 0.05 | 0 | 0.63 |
| HSL | 191.11º | 0.17% | 0.32% | - |
| HSV(B) | 191.11º | 0.29% | 0.37% | - |
| XYZ | 7.91 | 9.15 | 11.94 | - |
| YUV | 82.99 | 134.21 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 89 | 94 | 0.29 | 0.05 | 0 | 0.63 | 191.11 | 0.17 | 0.32 |
| Hex | 43 | 59 | 5E | 1D | 5 | 0 | 3F | BF | 11 | 20 |
| Octal | 103 | 131 | 136 | 35 | 5 | 0 | 77 | 277 | 21 | 40 |
| Binary | 1000011 | 1011001 | 1011110 | 11101 | 101 | 0 | 111111 | 10111111 | 10001 | 100000 |
Color Harmonies of #43595E
Complementary color
Monochromatic Colors of #43595E
Black with #43595E
Text Example
Text Example
White with #43595E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43595E; }
p { color: rgb(67,89,94); }
H1.HeaderClassName
{
color: #43595E;
}
.AnyTagClassName
{
color: #43595E;
}
</style>
background-color css
<style>
a { background-color: #43595E; }
a { background-color: rgb(67,89,94); }
div.DivClassName
{
background-color: #43595E;
}
.BgClassName
{
background-color: #43595E;
}
</style>
border-color css
<style>
span { border-color: #43595E; }
span { border-color: rgb(67,89,94); }
td.TdClassName
{
border-color: #43595E;
}
.TagClassName
{
border-color: #43595E;
}
</style>