Shades of Rhino #434D5C
Tints of Rhino #434D5C
RGB
CMYK
RGB Variations
Color information
#434D5C (or 0x434D5C) is known color: Rhino. HEX triplet: 43, 4D and 5C. RGB value is (67,77,92). Sum of RGB (Red+Green+Blue) = 67+77+92=236 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.39% from 236); Green value is 77 (30.47% from 255 or 32.63% from 236); Blue value is 92 (36.33% from 255 or 38.98% from 236); Max value from RGB is 92 - color contains mainly: blue. Hex color #434D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434D5C is #BCB2A3. Grayscale: #4B4B4B. Windows color (decimal): -12366500 or 6049091. OLE color: 6049091.
HSL color Cylindrical-coordinate representation of color #434D5C: hue angle of 216º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #434D5C is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 77 | 92 | - |
| CMYK | 0.27 | 0.16 | 0 | 0.64 |
| HSL | 216º | 0.16% | 0.31% | - |
| HSV(B) | 216º | 0.27% | 0.36% | - |
| XYZ | 6.9 | 7.27 | 11.17 | - |
| YUV | 75.72 | 137.19 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 77 | 92 | 0.27 | 0.16 | 0 | 0.64 | 216 | 0.16 | 0.31 |
| Hex | 43 | 4D | 5C | 1B | 10 | 0 | 40 | D8 | 10 | 1F |
| Octal | 103 | 115 | 134 | 33 | 20 | 0 | 100 | 330 | 20 | 37 |
| Binary | 1000011 | 1001101 | 1011100 | 11011 | 10000 | 0 | 1000000 | 11011000 | 10000 | 11111 |
Color Harmonies of #434D5C
Complementary color
Monochromatic Colors of #434D5C
Black with #434D5C
Text Example
Text Example
White with #434D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434D5C; }
p { color: rgb(67,77,92); }
H1.HeaderClassName
{
color: #434D5C;
}
.AnyTagClassName
{
color: #434D5C;
}
</style>
background-color css
<style>
a { background-color: #434D5C; }
a { background-color: rgb(67,77,92); }
div.DivClassName
{
background-color: #434D5C;
}
.BgClassName
{
background-color: #434D5C;
}
</style>
border-color css
<style>
span { border-color: #434D5C; }
span { border-color: rgb(67,77,92); }
td.TdClassName
{
border-color: #434D5C;
}
.TagClassName
{
border-color: #434D5C;
}
</style>