Shades of Rhino #454E5D
Tints of Rhino #454E5D
RGB
CMYK
RGB Variations
Color information
#454E5D (or 0x454E5D) is known color: Rhino. HEX triplet: 45, 4E and 5D. RGB value is (69,78,93). Sum of RGB (Red+Green+Blue) = 69+78+93=240 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.75% from 240); Green value is 78 (30.86% from 255 or 32.5% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 93 - color contains mainly: blue. Hex color #454E5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454E5D is #BAB1A2. Grayscale: #4C4C4C. Windows color (decimal): -12235171 or 6114885. OLE color: 6114885.
HSL color Cylindrical-coordinate representation of color #454E5D: hue angle of 217.5º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #454E5D is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 78 | 93 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.64 |
| HSL | 217.5º | 0.15% | 0.32% | - |
| HSV(B) | 217.5º | 0.26% | 0.36% | - |
| XYZ | 7.15 | 7.5 | 11.43 | - |
| YUV | 77.02 | 137.02 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 78 | 93 | 0.26 | 0.16 | 0 | 0.64 | 217.5 | 0.15 | 0.32 |
| Hex | 45 | 4E | 5D | 1A | 10 | 0 | 40 | DA | F | 20 |
| Octal | 105 | 116 | 135 | 32 | 20 | 0 | 100 | 332 | 17 | 40 |
| Binary | 1000101 | 1001110 | 1011101 | 11010 | 10000 | 0 | 1000000 | 11011010 | 1111 | 100000 |
Color Harmonies of #454E5D
Complementary color
Monochromatic Colors of #454E5D
Black with #454E5D
Text Example
Text Example
White with #454E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454E5D; }
p { color: rgb(69,78,93); }
H1.HeaderClassName
{
color: #454E5D;
}
.AnyTagClassName
{
color: #454E5D;
}
</style>
background-color css
<style>
a { background-color: #454E5D; }
a { background-color: rgb(69,78,93); }
div.DivClassName
{
background-color: #454E5D;
}
.BgClassName
{
background-color: #454E5D;
}
</style>
border-color css
<style>
span { border-color: #454E5D; }
span { border-color: rgb(69,78,93); }
td.TdClassName
{
border-color: #454E5D;
}
.TagClassName
{
border-color: #454E5D;
}
</style>