Shades of Cello #425163
Tints of Cello #425163
RGB
CMYK
RGB Variations
Color information
#425163 (or 0x425163) is known color: Cello. HEX triplet: 42, 51 and 63. RGB value is (66,81,99). Sum of RGB (Red+Green+Blue) = 66+81+99=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 99 - color contains mainly: blue. Hex color #425163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425163 is #BDAE9C. Grayscale: #4E4E4E. Windows color (decimal): -12431005 or 6508866. OLE color: 6508866.
HSL color Cylindrical-coordinate representation of color #425163: hue angle of 212.73º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #425163 is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 66 | 81 | 99 | - |
| CMYK | 0.33 | 0.18 | 0 | 0.61 |
| HSL | 212.73º | 0.2% | 0.32% | - |
| HSV(B) | 212.73º | 0.33% | 0.39% | - |
| XYZ | 7.44 | 7.94 | 12.95 | - |
| YUV | 78.57 | 139.53 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 81 | 99 | 0.33 | 0.18 | 0 | 0.61 | 212.73 | 0.2 | 0.32 |
| Hex | 42 | 51 | 63 | 21 | 12 | 0 | 3D | D5 | 14 | 20 |
| Octal | 102 | 121 | 143 | 41 | 22 | 0 | 75 | 325 | 24 | 40 |
| Binary | 1000010 | 1010001 | 1100011 | 100001 | 10010 | 0 | 111101 | 11010101 | 10100 | 100000 |
Color Harmonies of #425163
Complementary color
Monochromatic Colors of #425163
Black with #425163
Text Example
Text Example
White with #425163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425163; }
p { color: rgb(66,81,99); }
H1.HeaderClassName
{
color: #425163;
}
.AnyTagClassName
{
color: #425163;
}
</style>
background-color css
<style>
a { background-color: #425163; }
a { background-color: rgb(66,81,99); }
div.DivClassName
{
background-color: #425163;
}
.BgClassName
{
background-color: #425163;
}
</style>
border-color css
<style>
span { border-color: #425163; }
span { border-color: rgb(66,81,99); }
td.TdClassName
{
border-color: #425163;
}
.TagClassName
{
border-color: #425163;
}
</style>