Shades of Casal #435A5D
Tints of Casal #435A5D
RGB
CMYK
RGB Variations
Color information
#435A5D (or 0x435A5D) is known color: Casal. HEX triplet: 43, 5A and 5D. RGB value is (67,90,93). Sum of RGB (Red+Green+Blue) = 67+90+93=250 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.8% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 93 - color contains mainly: blue. Hex color #435A5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435A5D is #BCA5A2. Grayscale: #535353. Windows color (decimal): -12363171 or 6117955. OLE color: 6117955.
HSL color Cylindrical-coordinate representation of color #435A5D: hue angle of 186.92º 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 #435A5D is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 90 | 93 | - |
| CMYK | 0.28 | 0.03 | 0 | 0.64 |
| HSL | 186.92º | 0.16% | 0.31% | - |
| HSV(B) | 186.92º | 0.28% | 0.36% | - |
| XYZ | 7.95 | 9.3 | 11.73 | - |
| YUV | 83.47 | 133.38 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 90 | 93 | 0.28 | 0.03 | 0 | 0.64 | 186.92 | 0.16 | 0.31 |
| Hex | 43 | 5A | 5D | 1C | 3 | 0 | 40 | BB | 10 | 1F |
| Octal | 103 | 132 | 135 | 34 | 3 | 0 | 100 | 273 | 20 | 37 |
| Binary | 1000011 | 1011010 | 1011101 | 11100 | 11 | 0 | 1000000 | 10111011 | 10000 | 11111 |
Color Harmonies of #435A5D
Complementary color
Monochromatic Colors of #435A5D
Black with #435A5D
Text Example
Text Example
White with #435A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435A5D; }
p { color: rgb(67,90,93); }
H1.HeaderClassName
{
color: #435A5D;
}
.AnyTagClassName
{
color: #435A5D;
}
</style>
background-color css
<style>
a { background-color: #435A5D; }
a { background-color: rgb(67,90,93); }
div.DivClassName
{
background-color: #435A5D;
}
.BgClassName
{
background-color: #435A5D;
}
</style>
border-color css
<style>
span { border-color: #435A5D; }
span { border-color: rgb(67,90,93); }
td.TdClassName
{
border-color: #435A5D;
}
.TagClassName
{
border-color: #435A5D;
}
</style>