Shades of Cello #42505A
Tints of Cello #42505A
RGB
CMYK
RGB Variations
Color information
#42505A (or 0x42505A) is known color: Cello. HEX triplet: 42, 50 and 5A. RGB value is (66,80,90). Sum of RGB (Red+Green+Blue) = 66+80+90=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 90 - color contains mainly: blue. Hex color #42505A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42505A is #BDAFA5. Grayscale: #4C4C4C. Windows color (decimal): -12431270 or 5918786. OLE color: 5918786.
HSL color Cylindrical-coordinate representation of color #42505A: hue angle of 205º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #42505A is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 80 | 90 | - |
| CMYK | 0.27 | 0.11 | 0 | 0.65 |
| HSL | 205º | 0.15% | 0.31% | - |
| HSV(B) | 205º | 0.27% | 0.35% | - |
| XYZ | 6.96 | 7.63 | 10.78 | - |
| YUV | 76.95 | 135.36 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 80 | 90 | 0.27 | 0.11 | 0 | 0.65 | 205 | 0.15 | 0.31 |
| Hex | 42 | 50 | 5A | 1B | B | 0 | 41 | CD | F | 1F |
| Octal | 102 | 120 | 132 | 33 | 13 | 0 | 101 | 315 | 17 | 37 |
| Binary | 1000010 | 1010000 | 1011010 | 11011 | 1011 | 0 | 1000001 | 11001101 | 1111 | 11111 |
Color Harmonies of #42505A
Complementary color
Monochromatic Colors of #42505A
Black with #42505A
Text Example
Text Example
White with #42505A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42505A; }
p { color: rgb(66,80,90); }
H1.HeaderClassName
{
color: #42505A;
}
.AnyTagClassName
{
color: #42505A;
}
</style>
background-color css
<style>
a { background-color: #42505A; }
a { background-color: rgb(66,80,90); }
div.DivClassName
{
background-color: #42505A;
}
.BgClassName
{
background-color: #42505A;
}
</style>
border-color css
<style>
span { border-color: #42505A; }
span { border-color: rgb(66,80,90); }
td.TdClassName
{
border-color: #42505A;
}
.TagClassName
{
border-color: #42505A;
}
</style>