Shades of Casal #435A5C
Tints of Casal #435A5C
RGB
CMYK
RGB Variations
Color information
#435A5C (or 0x435A5C) is known color: Casal. HEX triplet: 43, 5A and 5C. RGB value is (67,90,92). Sum of RGB (Red+Green+Blue) = 67+90+92=249 (32% of max value = 765). Red value is 67 (26.56% from 255 or 26.91% from 249); Green value is 90 (35.55% from 255 or 36.14% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 92 - color contains mainly: blue. Hex color #435A5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435A5C is #BCA5A3. Grayscale: #535353. Windows color (decimal): -12363172 or 6052419. OLE color: 6052419.
HSL color Cylindrical-coordinate representation of color #435A5C: hue angle of 184.8º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #435A5C is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 90 | 92 | - |
| CMYK | 0.27 | 0.02 | 0 | 0.64 |
| HSL | 184.8º | 0.16% | 0.31% | - |
| HSV(B) | 184.8º | 0.27% | 0.36% | - |
| XYZ | 7.9 | 9.28 | 11.5 | - |
| YUV | 83.35 | 132.88 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 90 | 92 | 0.27 | 0.02 | 0 | 0.64 | 184.8 | 0.16 | 0.31 |
| Hex | 43 | 5A | 5C | 1B | 2 | 0 | 40 | B9 | 10 | 1F |
| Octal | 103 | 132 | 134 | 33 | 2 | 0 | 100 | 271 | 20 | 37 |
| Binary | 1000011 | 1011010 | 1011100 | 11011 | 10 | 0 | 1000000 | 10111001 | 10000 | 11111 |
Color Harmonies of #435A5C
Complementary color
Monochromatic Colors of #435A5C
Black with #435A5C
Text Example
Text Example
White with #435A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435A5C; }
p { color: rgb(67,90,92); }
H1.HeaderClassName
{
color: #435A5C;
}
.AnyTagClassName
{
color: #435A5C;
}
</style>
background-color css
<style>
a { background-color: #435A5C; }
a { background-color: rgb(67,90,92); }
div.DivClassName
{
background-color: #435A5C;
}
.BgClassName
{
background-color: #435A5C;
}
</style>
border-color css
<style>
span { border-color: #435A5C; }
span { border-color: rgb(67,90,92); }
td.TdClassName
{
border-color: #435A5C;
}
.TagClassName
{
border-color: #435A5C;
}
</style>