Shades of Rhino #424D5C
Tints of Rhino #424D5C
RGB
CMYK
RGB Variations
Color information
#424D5C (or 0x424D5C) is known color: Rhino. HEX triplet: 42, 4D and 5C. RGB value is (66,77,92). Sum of RGB (Red+Green+Blue) = 66+77+92=235 (31% of max value = 765). Red value is 66 (26.17% from 255 or 28.09% from 235); Green value is 77 (30.47% from 255 or 32.77% from 235); Blue value is 92 (36.33% from 255 or 39.15% from 235); Max value from RGB is 92 - color contains mainly: blue. Hex color #424D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424D5C is #BDB2A3. Grayscale: #4B4B4B. Windows color (decimal): -12432036 or 6049090. OLE color: 6049090.
HSL color Cylindrical-coordinate representation of color #424D5C: hue angle of 214.62º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #424D5C is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 77 | 92 | - |
| CMYK | 0.28 | 0.16 | 0 | 0.64 |
| HSL | 214.62º | 0.16% | 0.31% | - |
| HSV(B) | 214.62º | 0.28% | 0.36% | - |
| XYZ | 6.83 | 7.24 | 11.16 | - |
| YUV | 75.42 | 137.36 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 77 | 92 | 0.28 | 0.16 | 0 | 0.64 | 214.62 | 0.16 | 0.31 |
| Hex | 42 | 4D | 5C | 1C | 10 | 0 | 40 | D7 | 10 | 1F |
| Octal | 102 | 115 | 134 | 34 | 20 | 0 | 100 | 327 | 20 | 37 |
| Binary | 1000010 | 1001101 | 1011100 | 11100 | 10000 | 0 | 1000000 | 11010111 | 10000 | 11111 |
Color Harmonies of #424D5C
Complementary color
Monochromatic Colors of #424D5C
Black with #424D5C
Text Example
Text Example
White with #424D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424D5C; }
p { color: rgb(66,77,92); }
H1.HeaderClassName
{
color: #424D5C;
}
.AnyTagClassName
{
color: #424D5C;
}
</style>
background-color css
<style>
a { background-color: #424D5C; }
a { background-color: rgb(66,77,92); }
div.DivClassName
{
background-color: #424D5C;
}
.BgClassName
{
background-color: #424D5C;
}
</style>
border-color css
<style>
span { border-color: #424D5C; }
span { border-color: rgb(66,77,92); }
td.TdClassName
{
border-color: #424D5C;
}
.TagClassName
{
border-color: #424D5C;
}
</style>