Shades of Casal #415A5D
Tints of Casal #415A5D
RGB
CMYK
RGB Variations
Color information
#415A5D (or 0x415A5D) is known color: Casal. HEX triplet: 41, 5A and 5D. RGB value is (65,90,93). Sum of RGB (Red+Green+Blue) = 65+90+93=248 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.21% from 248); Green value is 90 (35.55% from 255 or 36.29% from 248); Blue value is 93 (36.72% from 255 or 37.5% from 248); Max value from RGB is 93 - color contains mainly: blue. Hex color #415A5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415A5D is #BEA5A2. Grayscale: #525252. Windows color (decimal): -12494243 or 6117953. OLE color: 6117953.
HSL color Cylindrical-coordinate representation of color #415A5D: hue angle of 186.43º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #415A5D is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 90 | 93 | - |
| CMYK | 0.30 | 0.03 | 0 | 0.64 |
| HSL | 186.43º | 0.18% | 0.31% | - |
| HSV(B) | 186.43º | 0.3% | 0.36% | - |
| XYZ | 7.81 | 9.23 | 11.73 | - |
| YUV | 82.87 | 133.72 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 90 | 93 | 0.30 | 0.03 | 0 | 0.64 | 186.43 | 0.18 | 0.31 |
| Hex | 41 | 5A | 5D | 1E | 3 | 0 | 40 | BA | 12 | 1F |
| Octal | 101 | 132 | 135 | 36 | 3 | 0 | 100 | 272 | 22 | 37 |
| Binary | 1000001 | 1011010 | 1011101 | 11110 | 11 | 0 | 1000000 | 10111010 | 10010 | 11111 |
Color Harmonies of #415A5D
Complementary color
Monochromatic Colors of #415A5D
Black with #415A5D
Text Example
Text Example
White with #415A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415A5D; }
p { color: rgb(65,90,93); }
H1.HeaderClassName
{
color: #415A5D;
}
.AnyTagClassName
{
color: #415A5D;
}
</style>
background-color css
<style>
a { background-color: #415A5D; }
a { background-color: rgb(65,90,93); }
div.DivClassName
{
background-color: #415A5D;
}
.BgClassName
{
background-color: #415A5D;
}
</style>
border-color css
<style>
span { border-color: #415A5D; }
span { border-color: rgb(65,90,93); }
td.TdClassName
{
border-color: #415A5D;
}
.TagClassName
{
border-color: #415A5D;
}
</style>