Shades of Rhino #454D5D
Tints of Rhino #454D5D
RGB
CMYK
RGB Variations
Color information
#454D5D (or 0x454D5D) is known color: Rhino. HEX triplet: 45, 4D and 5D. RGB value is (69,77,93). Sum of RGB (Red+Green+Blue) = 69+77+93=239 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.87% from 239); Green value is 77 (30.47% from 255 or 32.22% from 239); Blue value is 93 (36.72% from 255 or 38.91% from 239); Max value from RGB is 93 - color contains mainly: blue. Hex color #454D5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454D5D is #BAB2A2. Grayscale: #4C4C4C. Windows color (decimal): -12235427 or 6114629. OLE color: 6114629.
HSL color Cylindrical-coordinate representation of color #454D5D: hue angle of 220º 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 #454D5D is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 77 | 93 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.64 |
| HSL | 220º | 0.15% | 0.32% | - |
| HSV(B) | 220º | 0.26% | 0.36% | - |
| XYZ | 7.08 | 7.36 | 11.4 | - |
| YUV | 76.43 | 137.35 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 77 | 93 | 0.26 | 0.17 | 0 | 0.64 | 220 | 0.15 | 0.32 |
| Hex | 45 | 4D | 5D | 1A | 11 | 0 | 40 | DC | F | 20 |
| Octal | 105 | 115 | 135 | 32 | 21 | 0 | 100 | 334 | 17 | 40 |
| Binary | 1000101 | 1001101 | 1011101 | 11010 | 10001 | 0 | 1000000 | 11011100 | 1111 | 100000 |
Color Harmonies of #454D5D
Complementary color
Monochromatic Colors of #454D5D
Black with #454D5D
Text Example
Text Example
White with #454D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454D5D; }
p { color: rgb(69,77,93); }
H1.HeaderClassName
{
color: #454D5D;
}
.AnyTagClassName
{
color: #454D5D;
}
</style>
background-color css
<style>
a { background-color: #454D5D; }
a { background-color: rgb(69,77,93); }
div.DivClassName
{
background-color: #454D5D;
}
.BgClassName
{
background-color: #454D5D;
}
</style>
border-color css
<style>
span { border-color: #454D5D; }
span { border-color: rgb(69,77,93); }
td.TdClassName
{
border-color: #454D5D;
}
.TagClassName
{
border-color: #454D5D;
}
</style>