Shades of Casal #435355
Tints of Casal #435355
RGB
CMYK
RGB Variations
Color information
#435355 (or 0x435355) is known color: Casal. HEX triplet: 43, 53 and 55. RGB value is (67,83,85). Sum of RGB (Red+Green+Blue) = 67+83+85=235 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.51% from 235); Green value is 83 (32.81% from 255 or 35.32% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 85 - color contains mainly: blue. Hex color #435355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435355 is #BCACAA. Grayscale: #4E4E4E. Windows color (decimal): -12364971 or 5591875. OLE color: 5591875.
HSL color Cylindrical-coordinate representation of color #435355: hue angle of 186.67º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #435355 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 83 | 85 | - |
| CMYK | 0.21 | 0.02 | 0 | 0.67 |
| HSL | 186.67º | 0.12% | 0.3% | - |
| HSV(B) | 186.67º | 0.21% | 0.33% | - |
| XYZ | 7.05 | 8.04 | 9.77 | - |
| YUV | 78.44 | 131.7 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 83 | 85 | 0.21 | 0.02 | 0 | 0.67 | 186.67 | 0.12 | 0.3 |
| Hex | 43 | 53 | 55 | 15 | 2 | 0 | 43 | BB | C | 1E |
| Octal | 103 | 123 | 125 | 25 | 2 | 0 | 103 | 273 | 14 | 36 |
| Binary | 1000011 | 1010011 | 1010101 | 10101 | 10 | 0 | 1000011 | 10111011 | 1100 | 11110 |
Color Harmonies of #435355
Complementary color
Monochromatic Colors of #435355
Black with #435355
Text Example
Text Example
White with #435355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435355; }
p { color: rgb(67,83,85); }
H1.HeaderClassName
{
color: #435355;
}
.AnyTagClassName
{
color: #435355;
}
</style>
background-color css
<style>
a { background-color: #435355; }
a { background-color: rgb(67,83,85); }
div.DivClassName
{
background-color: #435355;
}
.BgClassName
{
background-color: #435355;
}
</style>
border-color css
<style>
span { border-color: #435355; }
span { border-color: rgb(67,83,85); }
td.TdClassName
{
border-color: #435355;
}
.TagClassName
{
border-color: #435355;
}
</style>