Shades of Rhino #424C5F
Tints of Rhino #424C5F
RGB
CMYK
RGB Variations
Color information
#424C5F (or 0x424C5F) is known color: Rhino. HEX triplet: 42, 4C and 5F. RGB value is (66,76,95). Sum of RGB (Red+Green+Blue) = 66+76+95=237 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.85% from 237); Green value is 76 (30.08% from 255 or 32.07% from 237); Blue value is 95 (37.5% from 255 or 40.08% from 237); Max value from RGB is 95 - color contains mainly: blue. Hex color #424C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424C5F is #BDB3A0. Grayscale: #4B4B4B. Windows color (decimal): -12432289 or 6245442. OLE color: 6245442.
HSL color Cylindrical-coordinate representation of color #424C5F: hue angle of 219.31º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #424C5F is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 66 | 76 | 95 | - |
| CMYK | 0.31 | 0.20 | 0 | 0.63 |
| HSL | 219.31º | 0.18% | 0.32% | - |
| HSV(B) | 219.31º | 0.31% | 0.37% | - |
| XYZ | 6.9 | 7.15 | 11.84 | - |
| YUV | 75.18 | 139.19 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 76 | 95 | 0.31 | 0.20 | 0 | 0.63 | 219.31 | 0.18 | 0.32 |
| Hex | 42 | 4C | 5F | 1F | 14 | 0 | 3F | DB | 12 | 20 |
| Octal | 102 | 114 | 137 | 37 | 24 | 0 | 77 | 333 | 22 | 40 |
| Binary | 1000010 | 1001100 | 1011111 | 11111 | 10100 | 0 | 111111 | 11011011 | 10010 | 100000 |
Color Harmonies of #424C5F
Complementary color
Monochromatic Colors of #424C5F
Black with #424C5F
Text Example
Text Example
White with #424C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424C5F; }
p { color: rgb(66,76,95); }
H1.HeaderClassName
{
color: #424C5F;
}
.AnyTagClassName
{
color: #424C5F;
}
</style>
background-color css
<style>
a { background-color: #424C5F; }
a { background-color: rgb(66,76,95); }
div.DivClassName
{
background-color: #424C5F;
}
.BgClassName
{
background-color: #424C5F;
}
</style>
border-color css
<style>
span { border-color: #424C5F; }
span { border-color: rgb(66,76,95); }
td.TdClassName
{
border-color: #424C5F;
}
.TagClassName
{
border-color: #424C5F;
}
</style>