Shades of Casal #43575E
Tints of Casal #43575E
RGB
CMYK
RGB Variations
Color information
#43575E (or 0x43575E) is known color: Casal. HEX triplet: 43, 57 and 5E. RGB value is (67,87,94). Sum of RGB (Red+Green+Blue) = 67+87+94=248 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.02% from 248); Green value is 87 (34.38% from 255 or 35.08% from 248); Blue value is 94 (37.11% from 255 or 37.90% from 248); Max value from RGB is 94 - color contains mainly: blue. Hex color #43575E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43575E is #BCA8A1. Grayscale: #515151. Windows color (decimal): -12363938 or 6182723. OLE color: 6182723.
HSL color Cylindrical-coordinate representation of color #43575E: hue angle of 195.56º 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 #43575E is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 67 | 87 | 94 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.63 |
| HSL | 195.56º | 0.17% | 0.32% | - |
| HSV(B) | 195.56º | 0.29% | 0.37% | - |
| XYZ | 7.74 | 8.82 | 11.88 | - |
| YUV | 81.82 | 134.87 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 87 | 94 | 0.29 | 0.07 | 0 | 0.63 | 195.56 | 0.17 | 0.32 |
| Hex | 43 | 57 | 5E | 1D | 7 | 0 | 3F | C4 | 11 | 20 |
| Octal | 103 | 127 | 136 | 35 | 7 | 0 | 77 | 304 | 21 | 40 |
| Binary | 1000011 | 1010111 | 1011110 | 11101 | 111 | 0 | 111111 | 11000100 | 10001 | 100000 |
Color Harmonies of #43575E
Complementary color
Monochromatic Colors of #43575E
Black with #43575E
Text Example
Text Example
White with #43575E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43575E; }
p { color: rgb(67,87,94); }
H1.HeaderClassName
{
color: #43575E;
}
.AnyTagClassName
{
color: #43575E;
}
</style>
background-color css
<style>
a { background-color: #43575E; }
a { background-color: rgb(67,87,94); }
div.DivClassName
{
background-color: #43575E;
}
.BgClassName
{
background-color: #43575E;
}
</style>
border-color css
<style>
span { border-color: #43575E; }
span { border-color: rgb(67,87,94); }
td.TdClassName
{
border-color: #43575E;
}
.TagClassName
{
border-color: #43575E;
}
</style>