Shades of Rhino #424954
Tints of Rhino #424954
RGB
CMYK
RGB Variations
Color information
#424954 (or 0x424954) is known color: Rhino. HEX triplet: 42, 49 and 54. RGB value is (66,73,84). Sum of RGB (Red+Green+Blue) = 66+73+84=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 84 (33.20% from 255 or 37.67% from 223); Max value from RGB is 84 - color contains mainly: blue. Hex color #424954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424954 is #BDB6AB. Grayscale: #484848. Windows color (decimal): -12433068 or 5523778. OLE color: 5523778.
HSL color Cylindrical-coordinate representation of color #424954: hue angle of 216.67º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #424954 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 73 | 84 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.67 |
| HSL | 216.67º | 0.12% | 0.29% | - |
| HSV(B) | 216.67º | 0.21% | 0.33% | - |
| XYZ | 6.23 | 6.56 | 9.33 | - |
| YUV | 72.16 | 134.68 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 73 | 84 | 0.21 | 0.13 | 0 | 0.67 | 216.67 | 0.12 | 0.29 |
| Hex | 42 | 49 | 54 | 15 | D | 0 | 43 | D9 | C | 1D |
| Octal | 102 | 111 | 124 | 25 | 15 | 0 | 103 | 331 | 14 | 35 |
| Binary | 1000010 | 1001001 | 1010100 | 10101 | 1101 | 0 | 1000011 | 11011001 | 1100 | 11101 |
Color Harmonies of #424954
Complementary color
Monochromatic Colors of #424954
Black with #424954
Text Example
Text Example
White with #424954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424954; }
p { color: rgb(66,73,84); }
H1.HeaderClassName
{
color: #424954;
}
.AnyTagClassName
{
color: #424954;
}
</style>
background-color css
<style>
a { background-color: #424954; }
a { background-color: rgb(66,73,84); }
div.DivClassName
{
background-color: #424954;
}
.BgClassName
{
background-color: #424954;
}
</style>
border-color css
<style>
span { border-color: #424954; }
span { border-color: rgb(66,73,84); }
td.TdClassName
{
border-color: #424954;
}
.TagClassName
{
border-color: #424954;
}
</style>