Shades of Casal #43585D
Tints of Casal #43585D
RGB
CMYK
RGB Variations
Color information
#43585D (or 0x43585D) is known color: Casal. HEX triplet: 43, 58 and 5D. RGB value is (67,88,93). Sum of RGB (Red+Green+Blue) = 67+88+93=248 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.02% from 248); Green value is 88 (34.77% from 255 or 35.48% from 248); Blue value is 93 (36.72% from 255 or 37.5% from 248); Max value from RGB is 93 - color contains mainly: blue. Hex color #43585D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43585D is #BCA7A2. Grayscale: #525252. Windows color (decimal): -12363683 or 6117443. OLE color: 6117443.
HSL color Cylindrical-coordinate representation of color #43585D: hue angle of 191.54º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #43585D is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 88 | 93 | - |
| CMYK | 0.28 | 0.05 | 0 | 0.64 |
| HSL | 191.54º | 0.16% | 0.31% | - |
| HSV(B) | 191.54º | 0.28% | 0.36% | - |
| XYZ | 7.78 | 8.96 | 11.68 | - |
| YUV | 82.29 | 134.04 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 88 | 93 | 0.28 | 0.05 | 0 | 0.64 | 191.54 | 0.16 | 0.31 |
| Hex | 43 | 58 | 5D | 1C | 5 | 0 | 40 | C0 | 10 | 1F |
| Octal | 103 | 130 | 135 | 34 | 5 | 0 | 100 | 300 | 20 | 37 |
| Binary | 1000011 | 1011000 | 1011101 | 11100 | 101 | 0 | 1000000 | 11000000 | 10000 | 11111 |
Color Harmonies of #43585D
Complementary color
Monochromatic Colors of #43585D
Black with #43585D
Text Example
Text Example
White with #43585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43585D; }
p { color: rgb(67,88,93); }
H1.HeaderClassName
{
color: #43585D;
}
.AnyTagClassName
{
color: #43585D;
}
</style>
background-color css
<style>
a { background-color: #43585D; }
a { background-color: rgb(67,88,93); }
div.DivClassName
{
background-color: #43585D;
}
.BgClassName
{
background-color: #43585D;
}
</style>
border-color css
<style>
span { border-color: #43585D; }
span { border-color: rgb(67,88,93); }
td.TdClassName
{
border-color: #43585D;
}
.TagClassName
{
border-color: #43585D;
}
</style>