Shades of Cello #414D5C
Tints of Cello #414D5C
RGB
CMYK
RGB Variations
Color information
#414D5C (or 0x414D5C) is known color: Cello. HEX triplet: 41, 4D and 5C. RGB value is (65,77,92). Sum of RGB (Red+Green+Blue) = 65+77+92=234 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.78% from 234); Green value is 77 (30.47% from 255 or 32.91% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 92 - color contains mainly: blue. Hex color #414D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414D5C is #BEB2A3. Grayscale: #4B4B4B. Windows color (decimal): -12497572 or 6049089. OLE color: 6049089.
HSL color Cylindrical-coordinate representation of color #414D5C: hue angle of 213.33º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #414D5C is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 77 | 92 | - |
| CMYK | 0.29 | 0.16 | 0 | 0.64 |
| HSL | 213.33º | 0.17% | 0.31% | - |
| HSV(B) | 213.33º | 0.29% | 0.36% | - |
| XYZ | 6.77 | 7.2 | 11.16 | - |
| YUV | 75.12 | 137.52 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 77 | 92 | 0.29 | 0.16 | 0 | 0.64 | 213.33 | 0.17 | 0.31 |
| Hex | 41 | 4D | 5C | 1D | 10 | 0 | 40 | D5 | 11 | 1F |
| Octal | 101 | 115 | 134 | 35 | 20 | 0 | 100 | 325 | 21 | 37 |
| Binary | 1000001 | 1001101 | 1011100 | 11101 | 10000 | 0 | 1000000 | 11010101 | 10001 | 11111 |
Color Harmonies of #414D5C
Complementary color
Monochromatic Colors of #414D5C
Black with #414D5C
Text Example
Text Example
White with #414D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414D5C; }
p { color: rgb(65,77,92); }
H1.HeaderClassName
{
color: #414D5C;
}
.AnyTagClassName
{
color: #414D5C;
}
</style>
background-color css
<style>
a { background-color: #414D5C; }
a { background-color: rgb(65,77,92); }
div.DivClassName
{
background-color: #414D5C;
}
.BgClassName
{
background-color: #414D5C;
}
</style>
border-color css
<style>
span { border-color: #414D5C; }
span { border-color: rgb(65,77,92); }
td.TdClassName
{
border-color: #414D5C;
}
.TagClassName
{
border-color: #414D5C;
}
</style>