Shades of Casal #415A5E
Tints of Casal #415A5E
RGB
CMYK
RGB Variations
Color information
#415A5E (or 0x415A5E) is known color: Casal. HEX triplet: 41, 5A and 5E. RGB value is (65,90,94). Sum of RGB (Red+Green+Blue) = 65+90+94=249 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.10% from 249); Green value is 90 (35.55% from 255 or 36.14% from 249); Blue value is 94 (37.11% from 255 or 37.75% from 249); Max value from RGB is 94 - color contains mainly: blue. Hex color #415A5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415A5E is #BEA5A1. Grayscale: #525252. Windows color (decimal): -12494242 or 6183489. OLE color: 6183489.
HSL color Cylindrical-coordinate representation of color #415A5E: hue angle of 188.28º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #415A5E is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 65 | 90 | 94 | - |
| CMYK | 0.31 | 0.04 | 0 | 0.63 |
| HSL | 188.28º | 0.18% | 0.31% | - |
| HSV(B) | 188.28º | 0.31% | 0.37% | - |
| XYZ | 7.86 | 9.24 | 11.96 | - |
| YUV | 82.98 | 134.22 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 90 | 94 | 0.31 | 0.04 | 0 | 0.63 | 188.28 | 0.18 | 0.31 |
| Hex | 41 | 5A | 5E | 1F | 4 | 0 | 3F | BC | 12 | 1F |
| Octal | 101 | 132 | 136 | 37 | 4 | 0 | 77 | 274 | 22 | 37 |
| Binary | 1000001 | 1011010 | 1011110 | 11111 | 100 | 0 | 111111 | 10111100 | 10010 | 11111 |
Color Harmonies of #415A5E
Complementary color
Monochromatic Colors of #415A5E
Black with #415A5E
Text Example
Text Example
White with #415A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415A5E; }
p { color: rgb(65,90,94); }
H1.HeaderClassName
{
color: #415A5E;
}
.AnyTagClassName
{
color: #415A5E;
}
</style>
background-color css
<style>
a { background-color: #415A5E; }
a { background-color: rgb(65,90,94); }
div.DivClassName
{
background-color: #415A5E;
}
.BgClassName
{
background-color: #415A5E;
}
</style>
border-color css
<style>
span { border-color: #415A5E; }
span { border-color: rgb(65,90,94); }
td.TdClassName
{
border-color: #415A5E;
}
.TagClassName
{
border-color: #415A5E;
}
</style>