Shades of Rhino #424C5B
Tints of Rhino #424C5B
RGB
CMYK
RGB Variations
Color information
#424C5B (or 0x424C5B) is known color: Rhino. HEX triplet: 42, 4C and 5B. RGB value is (66,76,91). Sum of RGB (Red+Green+Blue) = 66+76+91=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 76 (30.08% from 255 or 32.62% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 91 - color contains mainly: blue. Hex color #424C5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424C5B is #BDB3A4. Grayscale: #4A4A4A. Windows color (decimal): -12432293 or 5983298. OLE color: 5983298.
HSL color Cylindrical-coordinate representation of color #424C5B: hue angle of 216º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #424C5B is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 76 | 91 | - |
| CMYK | 0.27 | 0.16 | 0 | 0.64 |
| HSL | 216º | 0.16% | 0.31% | - |
| HSV(B) | 216º | 0.27% | 0.36% | - |
| XYZ | 6.72 | 7.08 | 10.91 | - |
| YUV | 74.72 | 137.19 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 76 | 91 | 0.27 | 0.16 | 0 | 0.64 | 216 | 0.16 | 0.31 |
| Hex | 42 | 4C | 5B | 1B | 10 | 0 | 40 | D8 | 10 | 1F |
| Octal | 102 | 114 | 133 | 33 | 20 | 0 | 100 | 330 | 20 | 37 |
| Binary | 1000010 | 1001100 | 1011011 | 11011 | 10000 | 0 | 1000000 | 11011000 | 10000 | 11111 |
Color Harmonies of #424C5B
Complementary color
Monochromatic Colors of #424C5B
Black with #424C5B
Text Example
Text Example
White with #424C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424C5B; }
p { color: rgb(66,76,91); }
H1.HeaderClassName
{
color: #424C5B;
}
.AnyTagClassName
{
color: #424C5B;
}
</style>
background-color css
<style>
a { background-color: #424C5B; }
a { background-color: rgb(66,76,91); }
div.DivClassName
{
background-color: #424C5B;
}
.BgClassName
{
background-color: #424C5B;
}
</style>
border-color css
<style>
span { border-color: #424C5B; }
span { border-color: rgb(66,76,91); }
td.TdClassName
{
border-color: #424C5B;
}
.TagClassName
{
border-color: #424C5B;
}
</style>