Shades of Rhino #414C5C
Tints of Rhino #414C5C
RGB
CMYK
RGB Variations
Color information
#414C5C (or 0x414C5C) is known color: Rhino. HEX triplet: 41, 4C and 5C. RGB value is (65,76,92). Sum of RGB (Red+Green+Blue) = 65+76+92=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 76 (30.08% from 255 or 32.62% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 92 - color contains mainly: blue. Hex color #414C5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414C5C is #BEB3A3. Grayscale: #4A4A4A. Windows color (decimal): -12497828 or 6048833. OLE color: 6048833.
HSL color Cylindrical-coordinate representation of color #414C5C: hue angle of 215.56º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #414C5C is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 76 | 92 | - |
| CMYK | 0.29 | 0.17 | 0 | 0.64 |
| HSL | 215.56º | 0.17% | 0.31% | - |
| HSV(B) | 215.56º | 0.29% | 0.36% | - |
| XYZ | 6.7 | 7.07 | 11.14 | - |
| YUV | 74.54 | 137.86 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 76 | 92 | 0.29 | 0.17 | 0 | 0.64 | 215.56 | 0.17 | 0.31 |
| Hex | 41 | 4C | 5C | 1D | 11 | 0 | 40 | D8 | 11 | 1F |
| Octal | 101 | 114 | 134 | 35 | 21 | 0 | 100 | 330 | 21 | 37 |
| Binary | 1000001 | 1001100 | 1011100 | 11101 | 10001 | 0 | 1000000 | 11011000 | 10001 | 11111 |
Color Harmonies of #414C5C
Complementary color
Monochromatic Colors of #414C5C
Black with #414C5C
Text Example
Text Example
White with #414C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414C5C; }
p { color: rgb(65,76,92); }
H1.HeaderClassName
{
color: #414C5C;
}
.AnyTagClassName
{
color: #414C5C;
}
</style>
background-color css
<style>
a { background-color: #414C5C; }
a { background-color: rgb(65,76,92); }
div.DivClassName
{
background-color: #414C5C;
}
.BgClassName
{
background-color: #414C5C;
}
</style>
border-color css
<style>
span { border-color: #414C5C; }
span { border-color: rgb(65,76,92); }
td.TdClassName
{
border-color: #414C5C;
}
.TagClassName
{
border-color: #414C5C;
}
</style>