Shades of Rhino #434D5B
Tints of Rhino #434D5B
RGB
CMYK
RGB Variations
Color information
#434D5B (or 0x434D5B) is known color: Rhino. HEX triplet: 43, 4D and 5B. RGB value is (67,77,91). Sum of RGB (Red+Green+Blue) = 67+77+91=235 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.51% from 235); Green value is 77 (30.47% from 255 or 32.77% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 91 - color contains mainly: blue. Hex color #434D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434D5B is #BCB2A4. Grayscale: #4B4B4B. Windows color (decimal): -12366501 or 5983555. OLE color: 5983555.
HSL color Cylindrical-coordinate representation of color #434D5B: hue angle of 215º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #434D5B is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 77 | 91 | - |
| CMYK | 0.26 | 0.15 | 0 | 0.64 |
| HSL | 215º | 0.15% | 0.31% | - |
| HSV(B) | 215º | 0.26% | 0.36% | - |
| XYZ | 6.86 | 7.26 | 10.94 | - |
| YUV | 75.61 | 136.69 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 77 | 91 | 0.26 | 0.15 | 0 | 0.64 | 215 | 0.15 | 0.31 |
| Hex | 43 | 4D | 5B | 1A | F | 0 | 40 | D7 | F | 1F |
| Octal | 103 | 115 | 133 | 32 | 17 | 0 | 100 | 327 | 17 | 37 |
| Binary | 1000011 | 1001101 | 1011011 | 11010 | 1111 | 0 | 1000000 | 11010111 | 1111 | 11111 |
Color Harmonies of #434D5B
Complementary color
Monochromatic Colors of #434D5B
Black with #434D5B
Text Example
Text Example
White with #434D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434D5B; }
p { color: rgb(67,77,91); }
H1.HeaderClassName
{
color: #434D5B;
}
.AnyTagClassName
{
color: #434D5B;
}
</style>
background-color css
<style>
a { background-color: #434D5B; }
a { background-color: rgb(67,77,91); }
div.DivClassName
{
background-color: #434D5B;
}
.BgClassName
{
background-color: #434D5B;
}
</style>
border-color css
<style>
span { border-color: #434D5B; }
span { border-color: rgb(67,77,91); }
td.TdClassName
{
border-color: #434D5B;
}
.TagClassName
{
border-color: #434D5B;
}
</style>