Shades of Rhino #414C5D
Tints of Rhino #414C5D
RGB
CMYK
RGB Variations
Color information
#414C5D (or 0x414C5D) is known color: Rhino. HEX triplet: 41, 4C and 5D. RGB value is (65,76,93). Sum of RGB (Red+Green+Blue) = 65+76+93=234 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.78% from 234); Green value is 76 (30.08% from 255 or 32.48% from 234); Blue value is 93 (36.72% from 255 or 39.74% from 234); Max value from RGB is 93 - color contains mainly: blue. Hex color #414C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414C5D is #BEB3A2. Grayscale: #4A4A4A. Windows color (decimal): -12497827 or 6114369. OLE color: 6114369.
HSL color Cylindrical-coordinate representation of color #414C5D: hue angle of 216.43º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #414C5D is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 76 | 93 | - |
| CMYK | 0.30 | 0.18 | 0 | 0.64 |
| HSL | 216.43º | 0.18% | 0.31% | - |
| HSV(B) | 216.43º | 0.3% | 0.36% | - |
| XYZ | 6.74 | 7.08 | 11.37 | - |
| YUV | 74.65 | 138.36 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 76 | 93 | 0.30 | 0.18 | 0 | 0.64 | 216.43 | 0.18 | 0.31 |
| Hex | 41 | 4C | 5D | 1E | 12 | 0 | 40 | D8 | 12 | 1F |
| Octal | 101 | 114 | 135 | 36 | 22 | 0 | 100 | 330 | 22 | 37 |
| Binary | 1000001 | 1001100 | 1011101 | 11110 | 10010 | 0 | 1000000 | 11011000 | 10010 | 11111 |
Color Harmonies of #414C5D
Complementary color
Monochromatic Colors of #414C5D
Black with #414C5D
Text Example
Text Example
White with #414C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414C5D; }
p { color: rgb(65,76,93); }
H1.HeaderClassName
{
color: #414C5D;
}
.AnyTagClassName
{
color: #414C5D;
}
</style>
background-color css
<style>
a { background-color: #414C5D; }
a { background-color: rgb(65,76,93); }
div.DivClassName
{
background-color: #414C5D;
}
.BgClassName
{
background-color: #414C5D;
}
</style>
border-color css
<style>
span { border-color: #414C5D; }
span { border-color: rgb(65,76,93); }
td.TdClassName
{
border-color: #414C5D;
}
.TagClassName
{
border-color: #414C5D;
}
</style>