Shades of Cello #455362
Tints of Cello #455362
RGB
CMYK
RGB Variations
Color information
#455362 (or 0x455362) is known color: Cello. HEX triplet: 45, 53 and 62. RGB value is (69,83,98). Sum of RGB (Red+Green+Blue) = 69+83+98=250 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.6% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 98 (38.67% from 255 or 39.2% from 250); Max value from RGB is 98 - color contains mainly: blue. Hex color #455362 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455362 is #BAAC9D. Grayscale: #505050. Windows color (decimal): -12233886 or 6443845. OLE color: 6443845.
HSL color Cylindrical-coordinate representation of color #455362: hue angle of 211.03º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #455362 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 83 | 98 | - |
| CMYK | 0.30 | 0.15 | 0 | 0.62 |
| HSL | 211.03º | 0.17% | 0.33% | - |
| HSV(B) | 211.03º | 0.3% | 0.38% | - |
| XYZ | 7.75 | 8.33 | 12.76 | - |
| YUV | 80.52 | 137.86 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 83 | 98 | 0.30 | 0.15 | 0 | 0.62 | 211.03 | 0.17 | 0.33 |
| Hex | 45 | 53 | 62 | 1E | F | 0 | 3E | D3 | 11 | 21 |
| Octal | 105 | 123 | 142 | 36 | 17 | 0 | 76 | 323 | 21 | 41 |
| Binary | 1000101 | 1010011 | 1100010 | 11110 | 1111 | 0 | 111110 | 11010011 | 10001 | 100001 |
Color Harmonies of #455362
Complementary color
Monochromatic Colors of #455362
Black with #455362
Text Example
Text Example
White with #455362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455362; }
p { color: rgb(69,83,98); }
H1.HeaderClassName
{
color: #455362;
}
.AnyTagClassName
{
color: #455362;
}
</style>
background-color css
<style>
a { background-color: #455362; }
a { background-color: rgb(69,83,98); }
div.DivClassName
{
background-color: #455362;
}
.BgClassName
{
background-color: #455362;
}
</style>
border-color css
<style>
span { border-color: #455362; }
span { border-color: rgb(69,83,98); }
td.TdClassName
{
border-color: #455362;
}
.TagClassName
{
border-color: #455362;
}
</style>