Shades of Rhino #354559
Tints of Rhino #354559
RGB
CMYK
RGB Variations
Color information
#354559 (or 0x354559) is known color: Rhino. HEX triplet: 35, 45 and 59. RGB value is (53,69,89). Sum of RGB (Red+Green+Blue) = 53+69+89=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 89 (35.16% from 255 or 42.18% from 211); Max value from RGB is 89 - color contains mainly: blue. Hex color #354559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354559 is #CABAA6. Grayscale: #424242. Windows color (decimal): -13286055 or 5850421. OLE color: 5850421.
HSL color Cylindrical-coordinate representation of color #354559: hue angle of 213.33º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #354559 is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 69 | 89 | - |
| CMYK | 0.40 | 0.22 | 0 | 0.65 |
| HSL | 213.33º | 0.25% | 0.28% | - |
| HSV(B) | 213.33º | 0.4% | 0.35% | - |
| XYZ | 5.4 | 5.73 | 10.27 | - |
| YUV | 66.5 | 140.7 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 69 | 89 | 0.40 | 0.22 | 0 | 0.65 | 213.33 | 0.25 | 0.28 |
| Hex | 35 | 45 | 59 | 28 | 16 | 0 | 41 | D5 | 19 | 1C |
| Octal | 65 | 105 | 131 | 50 | 26 | 0 | 101 | 325 | 31 | 34 |
| Binary | 110101 | 1000101 | 1011001 | 101000 | 10110 | 0 | 1000001 | 11010101 | 11001 | 11100 |
Color Harmonies of #354559
Complementary color
Monochromatic Colors of #354559
Black with #354559
Text Example
Text Example
White with #354559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354559; }
p { color: rgb(53,69,89); }
H1.HeaderClassName
{
color: #354559;
}
.AnyTagClassName
{
color: #354559;
}
</style>
background-color css
<style>
a { background-color: #354559; }
a { background-color: rgb(53,69,89); }
div.DivClassName
{
background-color: #354559;
}
.BgClassName
{
background-color: #354559;
}
</style>
border-color css
<style>
span { border-color: #354559; }
span { border-color: rgb(53,69,89); }
td.TdClassName
{
border-color: #354559;
}
.TagClassName
{
border-color: #354559;
}
</style>