Shades of Cello #425165
Tints of Cello #425165
RGB
CMYK
RGB Variations
Color information
#425165 (or 0x425165) is known color: Cello. HEX triplet: 42, 51 and 65. RGB value is (66,81,101). Sum of RGB (Red+Green+Blue) = 66+81+101=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 101 - color contains mainly: blue. Hex color #425165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425165 is #BDAE9A. Grayscale: #4E4E4E. Windows color (decimal): -12431003 or 6639938. OLE color: 6639938.
HSL color Cylindrical-coordinate representation of color #425165: hue angle of 214.29º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #425165 is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 66 | 81 | 101 | - |
| CMYK | 0.35 | 0.20 | 0 | 0.60 |
| HSL | 214.29º | 0.21% | 0.33% | - |
| HSV(B) | 214.29º | 0.35% | 0.4% | - |
| XYZ | 7.54 | 7.98 | 13.46 | - |
| YUV | 78.8 | 140.53 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 81 | 101 | 0.35 | 0.20 | 0 | 0.60 | 214.29 | 0.21 | 0.33 |
| Hex | 42 | 51 | 65 | 23 | 14 | 0 | 3C | D6 | 15 | 21 |
| Octal | 102 | 121 | 145 | 43 | 24 | 0 | 74 | 326 | 25 | 41 |
| Binary | 1000010 | 1010001 | 1100101 | 100011 | 10100 | 0 | 111100 | 11010110 | 10101 | 100001 |
Color Harmonies of #425165
Complementary color
Monochromatic Colors of #425165
Black with #425165
Text Example
Text Example
White with #425165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425165; }
p { color: rgb(66,81,101); }
H1.HeaderClassName
{
color: #425165;
}
.AnyTagClassName
{
color: #425165;
}
</style>
background-color css
<style>
a { background-color: #425165; }
a { background-color: rgb(66,81,101); }
div.DivClassName
{
background-color: #425165;
}
.BgClassName
{
background-color: #425165;
}
</style>
border-color css
<style>
span { border-color: #425165; }
span { border-color: rgb(66,81,101); }
td.TdClassName
{
border-color: #425165;
}
.TagClassName
{
border-color: #425165;
}
</style>