Shades of Rhino #424C56
Tints of Rhino #424C56
RGB
CMYK
RGB Variations
Color information
#424C56 (or 0x424C56) is known color: Rhino. HEX triplet: 42, 4C and 56. RGB value is (66,76,86). Sum of RGB (Red+Green+Blue) = 66+76+86=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 86 (33.98% from 255 or 37.72% from 228); Max value from RGB is 86 - color contains mainly: blue. Hex color #424C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424C56 is #BDB3A9. Grayscale: #4A4A4A. Windows color (decimal): -12432298 or 5655618. OLE color: 5655618.
HSL color Cylindrical-coordinate representation of color #424C56: hue angle of 210º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #424C56 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 66 | 76 | 86 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.66 |
| HSL | 210º | 0.13% | 0.3% | - |
| HSV(B) | 210º | 0.23% | 0.34% | - |
| XYZ | 6.51 | 7 | 9.81 | - |
| YUV | 74.15 | 134.69 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 76 | 86 | 0.23 | 0.12 | 0 | 0.66 | 210 | 0.13 | 0.3 |
| Hex | 42 | 4C | 56 | 17 | C | 0 | 42 | D2 | D | 1E |
| Octal | 102 | 114 | 126 | 27 | 14 | 0 | 102 | 322 | 15 | 36 |
| Binary | 1000010 | 1001100 | 1010110 | 10111 | 1100 | 0 | 1000010 | 11010010 | 1101 | 11110 |
Color Harmonies of #424C56
Complementary color
Monochromatic Colors of #424C56
Black with #424C56
Text Example
Text Example
White with #424C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424C56; }
p { color: rgb(66,76,86); }
H1.HeaderClassName
{
color: #424C56;
}
.AnyTagClassName
{
color: #424C56;
}
</style>
background-color css
<style>
a { background-color: #424C56; }
a { background-color: rgb(66,76,86); }
div.DivClassName
{
background-color: #424C56;
}
.BgClassName
{
background-color: #424C56;
}
</style>
border-color css
<style>
span { border-color: #424C56; }
span { border-color: rgb(66,76,86); }
td.TdClassName
{
border-color: #424C56;
}
.TagClassName
{
border-color: #424C56;
}
</style>