Shades of Rhino #424C58
Tints of Rhino #424C58
RGB
CMYK
RGB Variations
Color information
#424C58 (or 0x424C58) is known color: Rhino. HEX triplet: 42, 4C and 58. RGB value is (66,76,88). Sum of RGB (Red+Green+Blue) = 66+76+88=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 76 (30.08% from 255 or 33.04% from 230); Blue value is 88 (34.77% from 255 or 38.26% from 230); Max value from RGB is 88 - color contains mainly: blue. Hex color #424C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424C58 is #BDB3A7. Grayscale: #4A4A4A. Windows color (decimal): -12432296 or 5786690. OLE color: 5786690.
HSL color Cylindrical-coordinate representation of color #424C58: hue angle of 212.73º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #424C58 is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 76 | 88 | - |
| CMYK | 0.25 | 0.14 | 0 | 0.65 |
| HSL | 212.73º | 0.14% | 0.3% | - |
| HSV(B) | 212.73º | 0.25% | 0.35% | - |
| XYZ | 6.59 | 7.03 | 10.24 | - |
| YUV | 74.38 | 135.69 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 76 | 88 | 0.25 | 0.14 | 0 | 0.65 | 212.73 | 0.14 | 0.3 |
| Hex | 42 | 4C | 58 | 19 | E | 0 | 41 | D5 | E | 1E |
| Octal | 102 | 114 | 130 | 31 | 16 | 0 | 101 | 325 | 16 | 36 |
| Binary | 1000010 | 1001100 | 1011000 | 11001 | 1110 | 0 | 1000001 | 11010101 | 1110 | 11110 |
Color Harmonies of #424C58
Complementary color
Monochromatic Colors of #424C58
Black with #424C58
Text Example
Text Example
White with #424C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424C58; }
p { color: rgb(66,76,88); }
H1.HeaderClassName
{
color: #424C58;
}
.AnyTagClassName
{
color: #424C58;
}
</style>
background-color css
<style>
a { background-color: #424C58; }
a { background-color: rgb(66,76,88); }
div.DivClassName
{
background-color: #424C58;
}
.BgClassName
{
background-color: #424C58;
}
</style>
border-color css
<style>
span { border-color: #424C58; }
span { border-color: rgb(66,76,88); }
td.TdClassName
{
border-color: #424C58;
}
.TagClassName
{
border-color: #424C58;
}
</style>