Shades of Rhino #434C55
Tints of Rhino #434C55
RGB
CMYK
RGB Variations
Color information
#434C55 (or 0x434C55) is known color: Rhino. HEX triplet: 43, 4C and 55. RGB value is (67,76,85). Sum of RGB (Red+Green+Blue) = 67+76+85=228 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.39% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 85 (33.59% from 255 or 37.28% from 228); Max value from RGB is 85 - color contains mainly: blue. Hex color #434C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434C55 is #BCB3AA. Grayscale: #4A4A4A. Windows color (decimal): -12366763 or 5590083. OLE color: 5590083.
HSL color Cylindrical-coordinate representation of color #434C55: hue angle of 210º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #434C55 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 76 | 85 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.67 |
| HSL | 210º | 0.12% | 0.3% | - |
| HSV(B) | 210º | 0.21% | 0.33% | - |
| XYZ | 6.54 | 7.02 | 9.6 | - |
| YUV | 74.34 | 134.02 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 76 | 85 | 0.21 | 0.11 | 0 | 0.67 | 210 | 0.12 | 0.3 |
| Hex | 43 | 4C | 55 | 15 | B | 0 | 43 | D2 | C | 1E |
| Octal | 103 | 114 | 125 | 25 | 13 | 0 | 103 | 322 | 14 | 36 |
| Binary | 1000011 | 1001100 | 1010101 | 10101 | 1011 | 0 | 1000011 | 11010010 | 1100 | 11110 |
Color Harmonies of #434C55
Complementary color
Monochromatic Colors of #434C55
Black with #434C55
Text Example
Text Example
White with #434C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434C55; }
p { color: rgb(67,76,85); }
H1.HeaderClassName
{
color: #434C55;
}
.AnyTagClassName
{
color: #434C55;
}
</style>
background-color css
<style>
a { background-color: #434C55; }
a { background-color: rgb(67,76,85); }
div.DivClassName
{
background-color: #434C55;
}
.BgClassName
{
background-color: #434C55;
}
</style>
border-color css
<style>
span { border-color: #434C55; }
span { border-color: rgb(67,76,85); }
td.TdClassName
{
border-color: #434C55;
}
.TagClassName
{
border-color: #434C55;
}
</style>