Shades of Cello #40505B
Tints of Cello #40505B
RGB
CMYK
RGB Variations
Color information
#40505B (or 0x40505B) is known color: Cello. HEX triplet: 40, 50 and 5B. RGB value is (64,80,91). Sum of RGB (Red+Green+Blue) = 64+80+91=235 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.23% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 91 - color contains mainly: blue. Hex color #40505B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40505B is #BFAFA4. Grayscale: #4C4C4C. Windows color (decimal): -12562341 or 5984320. OLE color: 5984320.
HSL color Cylindrical-coordinate representation of color #40505B: hue angle of 204.44º 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 #40505B is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 80 | 91 | - |
| CMYK | 0.30 | 0.12 | 0 | 0.64 |
| HSL | 204.44º | 0.17% | 0.3% | - |
| HSV(B) | 204.44º | 0.3% | 0.36% | - |
| XYZ | 6.87 | 7.58 | 11 | - |
| YUV | 76.47 | 136.2 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 80 | 91 | 0.30 | 0.12 | 0 | 0.64 | 204.44 | 0.17 | 0.3 |
| Hex | 40 | 50 | 5B | 1E | C | 0 | 40 | CC | 11 | 1E |
| Octal | 100 | 120 | 133 | 36 | 14 | 0 | 100 | 314 | 21 | 36 |
| Binary | 1000000 | 1010000 | 1011011 | 11110 | 1100 | 0 | 1000000 | 11001100 | 10001 | 11110 |
Color Harmonies of #40505B
Complementary color
Monochromatic Colors of #40505B
Black with #40505B
Text Example
Text Example
White with #40505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40505B; }
p { color: rgb(64,80,91); }
H1.HeaderClassName
{
color: #40505B;
}
.AnyTagClassName
{
color: #40505B;
}
</style>
background-color css
<style>
a { background-color: #40505B; }
a { background-color: rgb(64,80,91); }
div.DivClassName
{
background-color: #40505B;
}
.BgClassName
{
background-color: #40505B;
}
</style>
border-color css
<style>
span { border-color: #40505B; }
span { border-color: rgb(64,80,91); }
td.TdClassName
{
border-color: #40505B;
}
.TagClassName
{
border-color: #40505B;
}
</style>