Shades of Rhino #434A55
Tints of Rhino #434A55
RGB
CMYK
RGB Variations
Color information
#434A55 (or 0x434A55) is known color: Rhino. HEX triplet: 43, 4A and 55. RGB value is (67,74,85). Sum of RGB (Red+Green+Blue) = 67+74+85=226 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.65% from 226); Green value is 74 (29.30% from 255 or 32.74% from 226); Blue value is 85 (33.59% from 255 or 37.61% from 226); Max value from RGB is 85 - color contains mainly: blue. Hex color #434A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434A55 is #BCB5AA. Grayscale: #494949. Windows color (decimal): -12367275 or 5589571. OLE color: 5589571.
HSL color Cylindrical-coordinate representation of color #434A55: hue angle of 216.67º 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 #434A55 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 74 | 85 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.67 |
| HSL | 216.67º | 0.12% | 0.3% | - |
| HSV(B) | 216.67º | 0.21% | 0.33% | - |
| XYZ | 6.4 | 6.75 | 9.56 | - |
| YUV | 73.16 | 134.68 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 74 | 85 | 0.21 | 0.13 | 0 | 0.67 | 216.67 | 0.12 | 0.3 |
| Hex | 43 | 4A | 55 | 15 | D | 0 | 43 | D9 | C | 1E |
| Octal | 103 | 112 | 125 | 25 | 15 | 0 | 103 | 331 | 14 | 36 |
| Binary | 1000011 | 1001010 | 1010101 | 10101 | 1101 | 0 | 1000011 | 11011001 | 1100 | 11110 |
Color Harmonies of #434A55
Complementary color
Monochromatic Colors of #434A55
Black with #434A55
Text Example
Text Example
White with #434A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434A55; }
p { color: rgb(67,74,85); }
H1.HeaderClassName
{
color: #434A55;
}
.AnyTagClassName
{
color: #434A55;
}
</style>
background-color css
<style>
a { background-color: #434A55; }
a { background-color: rgb(67,74,85); }
div.DivClassName
{
background-color: #434A55;
}
.BgClassName
{
background-color: #434A55;
}
</style>
border-color css
<style>
span { border-color: #434A55; }
span { border-color: rgb(67,74,85); }
td.TdClassName
{
border-color: #434A55;
}
.TagClassName
{
border-color: #434A55;
}
</style>