Shades of Casal #415B5E
Tints of Casal #415B5E
RGB
CMYK
RGB Variations
Color information
#415B5E (or 0x415B5E) is known color: Casal. HEX triplet: 41, 5B and 5E. RGB value is (65,91,94). Sum of RGB (Red+Green+Blue) = 65+91+94=250 (33% of max value = 765). Red value is 65 (25.78% from 255 or 26% from 250); Green value is 91 (35.94% from 255 or 36.4% from 250); Blue value is 94 (37.11% from 255 or 37.6% from 250); Max value from RGB is 94 - color contains mainly: blue. Hex color #415B5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415B5E is #BEA4A1. Grayscale: #535353. Windows color (decimal): -12493986 or 6183745. OLE color: 6183745.
HSL color Cylindrical-coordinate representation of color #415B5E: hue angle of 186.21º 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 #415B5E is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 65 | 91 | 94 | - |
CMYK | 0.31 | 0.03 | 0 | 0.63 |
HSL | 186.21º | 0.18% | 0.31% | - |
HSV(B) | 186.21º | 0.31% | 0.37% | - |
XYZ | 7.94 | 9.41 | 11.99 | - |
YUV | 83.57 | 133.89 | 114.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 65 | 91 | 94 | 0.31 | 0.03 | 0 | 0.63 | 186.21 | 0.18 | 0.31 |
Hex | 41 | 5B | 5E | 1F | 3 | 0 | 3F | BA | 12 | 1F |
Octal | 101 | 133 | 136 | 37 | 3 | 0 | 77 | 272 | 22 | 37 |
Binary | 1000001 | 1011011 | 1011110 | 11111 | 11 | 0 | 111111 | 10111010 | 10010 | 11111 |
Color Harmonies of #415B5E
Complementary color
Monochromatic Colors of #415B5E
Black with #415B5E
Text Example
Text Example
White with #415B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415B5E; }
p { color: rgb(65,91,94); }
H1.HeaderClassName
{
color: #415B5E;
}
.AnyTagClassName
{
color: #415B5E;
}
</style>
background-color css
<style>
a { background-color: #415B5E; }
a { background-color: rgb(65,91,94); }
div.DivClassName
{
background-color: #415B5E;
}
.BgClassName
{
background-color: #415B5E;
}
</style>
border-color css
<style>
span { border-color: #415B5E; }
span { border-color: rgb(65,91,94); }
td.TdClassName
{
border-color: #415B5E;
}
.TagClassName
{
border-color: #415B5E;
}
</style>