Shades of Casal #40585B
Tints of Casal #40585B
RGB
CMYK
RGB Variations
Color information
#40585B (or 0x40585B) is known color: Casal. HEX triplet: 40, 58 and 5B. RGB value is (64,88,91). Sum of RGB (Red+Green+Blue) = 64+88+91=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 91 - color contains mainly: blue. Hex color #40585B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40585B is #BFA7A4. Grayscale: #515151. Windows color (decimal): -12560293 or 5986368. OLE color: 5986368.
HSL color Cylindrical-coordinate representation of color #40585B: hue angle of 186.67º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #40585B is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 88 | 91 | - |
| CMYK | 0.30 | 0.03 | 0 | 0.64 |
| HSL | 186.67º | 0.17% | 0.3% | - |
| HSV(B) | 186.67º | 0.3% | 0.36% | - |
| XYZ | 7.49 | 8.82 | 11.21 | - |
| YUV | 81.17 | 133.55 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 88 | 91 | 0.30 | 0.03 | 0 | 0.64 | 186.67 | 0.17 | 0.3 |
| Hex | 40 | 58 | 5B | 1E | 3 | 0 | 40 | BB | 11 | 1E |
| Octal | 100 | 130 | 133 | 36 | 3 | 0 | 100 | 273 | 21 | 36 |
| Binary | 1000000 | 1011000 | 1011011 | 11110 | 11 | 0 | 1000000 | 10111011 | 10001 | 11110 |
Color Harmonies of #40585B
Complementary color
Monochromatic Colors of #40585B
Black with #40585B
Text Example
Text Example
White with #40585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40585B; }
p { color: rgb(64,88,91); }
H1.HeaderClassName
{
color: #40585B;
}
.AnyTagClassName
{
color: #40585B;
}
</style>
background-color css
<style>
a { background-color: #40585B; }
a { background-color: rgb(64,88,91); }
div.DivClassName
{
background-color: #40585B;
}
.BgClassName
{
background-color: #40585B;
}
</style>
border-color css
<style>
span { border-color: #40585B; }
span { border-color: rgb(64,88,91); }
td.TdClassName
{
border-color: #40585B;
}
.TagClassName
{
border-color: #40585B;
}
</style>