Shades of Casal #435255
Tints of Casal #435255
RGB
CMYK
RGB Variations
Color information
#435255 (or 0x435255) is known color: Casal. HEX triplet: 43, 52 and 55. RGB value is (67,82,85). Sum of RGB (Red+Green+Blue) = 67+82+85=234 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.63% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 85 (33.59% from 255 or 36.32% from 234); Max value from RGB is 85 - color contains mainly: blue. Hex color #435255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435255 is #BCADAA. Grayscale: #4D4D4D. Windows color (decimal): -12365227 or 5591619. OLE color: 5591619.
HSL color Cylindrical-coordinate representation of color #435255: hue angle of 190º 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 #435255 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 82 | 85 | - |
| CMYK | 0.21 | 0.04 | 0 | 0.67 |
| HSL | 190º | 0.12% | 0.3% | - |
| HSV(B) | 190º | 0.21% | 0.33% | - |
| XYZ | 6.97 | 7.88 | 9.75 | - |
| YUV | 77.86 | 132.03 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 82 | 85 | 0.21 | 0.04 | 0 | 0.67 | 190 | 0.12 | 0.3 |
| Hex | 43 | 52 | 55 | 15 | 4 | 0 | 43 | BE | C | 1E |
| Octal | 103 | 122 | 125 | 25 | 4 | 0 | 103 | 276 | 14 | 36 |
| Binary | 1000011 | 1010010 | 1010101 | 10101 | 100 | 0 | 1000011 | 10111110 | 1100 | 11110 |
Color Harmonies of #435255
Complementary color
Monochromatic Colors of #435255
Black with #435255
Text Example
Text Example
White with #435255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435255; }
p { color: rgb(67,82,85); }
H1.HeaderClassName
{
color: #435255;
}
.AnyTagClassName
{
color: #435255;
}
</style>
background-color css
<style>
a { background-color: #435255; }
a { background-color: rgb(67,82,85); }
div.DivClassName
{
background-color: #435255;
}
.BgClassName
{
background-color: #435255;
}
</style>
border-color css
<style>
span { border-color: #435255; }
span { border-color: rgb(67,82,85); }
td.TdClassName
{
border-color: #435255;
}
.TagClassName
{
border-color: #435255;
}
</style>