Shades of Casal #405B5F
Tints of Casal #405B5F
RGB
CMYK
RGB Variations
Color information
#405B5F (or 0x405B5F) is known color: Casal. HEX triplet: 40, 5B and 5F. RGB value is (64,91,95). Sum of RGB (Red+Green+Blue) = 64+91+95=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 91 (35.94% from 255 or 36.4% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 95 - color contains mainly: blue. Hex color #405B5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405B5F is #BFA4A0. Grayscale: #535353. Windows color (decimal): -12559521 or 6249280. OLE color: 6249280.
HSL color Cylindrical-coordinate representation of color #405B5F: hue angle of 187.74º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #405B5F is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 64 | 91 | 95 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.63 |
| HSL | 187.74º | 0.19% | 0.31% | - |
| HSV(B) | 187.74º | 0.33% | 0.37% | - |
| XYZ | 7.92 | 9.4 | 12.22 | - |
| YUV | 83.38 | 134.55 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 91 | 95 | 0.33 | 0.04 | 0 | 0.63 | 187.74 | 0.19 | 0.31 |
| Hex | 40 | 5B | 5F | 21 | 4 | 0 | 3F | BC | 13 | 1F |
| Octal | 100 | 133 | 137 | 41 | 4 | 0 | 77 | 274 | 23 | 37 |
| Binary | 1000000 | 1011011 | 1011111 | 100001 | 100 | 0 | 111111 | 10111100 | 10011 | 11111 |
Color Harmonies of #405B5F
Complementary color
Monochromatic Colors of #405B5F
Black with #405B5F
Text Example
Text Example
White with #405B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405B5F; }
p { color: rgb(64,91,95); }
H1.HeaderClassName
{
color: #405B5F;
}
.AnyTagClassName
{
color: #405B5F;
}
</style>
background-color css
<style>
a { background-color: #405B5F; }
a { background-color: rgb(64,91,95); }
div.DivClassName
{
background-color: #405B5F;
}
.BgClassName
{
background-color: #405B5F;
}
</style>
border-color css
<style>
span { border-color: #405B5F; }
span { border-color: rgb(64,91,95); }
td.TdClassName
{
border-color: #405B5F;
}
.TagClassName
{
border-color: #405B5F;
}
</style>