Shades of Rhino #424C55
Tints of Rhino #424C55
RGB
CMYK
RGB Variations
Color information
#424C55 (or 0x424C55) is known color: Rhino. HEX triplet: 42, 4C and 55. RGB value is (66,76,85). Sum of RGB (Red+Green+Blue) = 66+76+85=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 85 (33.59% from 255 or 37.44% from 227); Max value from RGB is 85 - color contains mainly: blue. Hex color #424C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424C55 is #BDB3AA. Grayscale: #494949. Windows color (decimal): -12432299 or 5590082. OLE color: 5590082.
HSL color Cylindrical-coordinate representation of color #424C55: hue angle of 208.42º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #424C55 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 76 | 85 | - |
| CMYK | 0.22 | 0.11 | 0 | 0.67 |
| HSL | 208.42º | 0.13% | 0.3% | - |
| HSV(B) | 208.42º | 0.22% | 0.33% | - |
| XYZ | 6.47 | 6.98 | 9.6 | - |
| YUV | 74.04 | 134.19 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 76 | 85 | 0.22 | 0.11 | 0 | 0.67 | 208.42 | 0.13 | 0.3 |
| Hex | 42 | 4C | 55 | 16 | B | 0 | 43 | D0 | D | 1E |
| Octal | 102 | 114 | 125 | 26 | 13 | 0 | 103 | 320 | 15 | 36 |
| Binary | 1000010 | 1001100 | 1010101 | 10110 | 1011 | 0 | 1000011 | 11010000 | 1101 | 11110 |
Color Harmonies of #424C55
Complementary color
Monochromatic Colors of #424C55
Black with #424C55
Text Example
Text Example
White with #424C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424C55; }
p { color: rgb(66,76,85); }
H1.HeaderClassName
{
color: #424C55;
}
.AnyTagClassName
{
color: #424C55;
}
</style>
background-color css
<style>
a { background-color: #424C55; }
a { background-color: rgb(66,76,85); }
div.DivClassName
{
background-color: #424C55;
}
.BgClassName
{
background-color: #424C55;
}
</style>
border-color css
<style>
span { border-color: #424C55; }
span { border-color: rgb(66,76,85); }
td.TdClassName
{
border-color: #424C55;
}
.TagClassName
{
border-color: #424C55;
}
</style>