Shades of Rhino #434C58
Tints of Rhino #434C58
RGB
CMYK
RGB Variations
Color information
#434C58 (or 0x434C58) is known color: Rhino. HEX triplet: 43, 4C and 58. RGB value is (67,76,88). Sum of RGB (Red+Green+Blue) = 67+76+88=231 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.00% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 88 - color contains mainly: blue. Hex color #434C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434C58 is #BCB3A7. Grayscale: #4A4A4A. Windows color (decimal): -12366760 or 5786691. OLE color: 5786691.
HSL color Cylindrical-coordinate representation of color #434C58: hue angle of 214.29º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #434C58 is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 67 | 76 | 88 | - |
| CMYK | 0.24 | 0.14 | 0 | 0.65 |
| HSL | 214.29º | 0.14% | 0.3% | - |
| HSV(B) | 214.29º | 0.24% | 0.35% | - |
| XYZ | 6.66 | 7.07 | 10.25 | - |
| YUV | 74.68 | 135.52 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 76 | 88 | 0.24 | 0.14 | 0 | 0.65 | 214.29 | 0.14 | 0.3 |
| Hex | 43 | 4C | 58 | 18 | E | 0 | 41 | D6 | E | 1E |
| Octal | 103 | 114 | 130 | 30 | 16 | 0 | 101 | 326 | 16 | 36 |
| Binary | 1000011 | 1001100 | 1011000 | 11000 | 1110 | 0 | 1000001 | 11010110 | 1110 | 11110 |
Color Harmonies of #434C58
Complementary color
Monochromatic Colors of #434C58
Black with #434C58
Text Example
Text Example
White with #434C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434C58; }
p { color: rgb(67,76,88); }
H1.HeaderClassName
{
color: #434C58;
}
.AnyTagClassName
{
color: #434C58;
}
</style>
background-color css
<style>
a { background-color: #434C58; }
a { background-color: rgb(67,76,88); }
div.DivClassName
{
background-color: #434C58;
}
.BgClassName
{
background-color: #434C58;
}
</style>
border-color css
<style>
span { border-color: #434C58; }
span { border-color: rgb(67,76,88); }
td.TdClassName
{
border-color: #434C58;
}
.TagClassName
{
border-color: #434C58;
}
</style>