Shades of Rhino #424B53
Tints of Rhino #424B53
RGB
CMYK
RGB Variations
Color information
#424B53 (or 0x424B53) is known color: Rhino. HEX triplet: 42, 4B and 53. RGB value is (66,75,83). Sum of RGB (Red+Green+Blue) = 66+75+83=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 75 (29.69% from 255 or 33.48% from 224); Blue value is 83 (32.81% from 255 or 37.05% from 224); Max value from RGB is 83 - color contains mainly: blue. Hex color #424B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424B53 is #BDB4AC. Grayscale: #494949. Windows color (decimal): -12432557 or 5458754. OLE color: 5458754.
HSL color Cylindrical-coordinate representation of color #424B53: hue angle of 208.24º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #424B53 is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 75 | 83 | - |
| CMYK | 0.20 | 0.10 | 0 | 0.67 |
| HSL | 208.24º | 0.11% | 0.29% | - |
| HSV(B) | 208.24º | 0.2% | 0.33% | - |
| XYZ | 6.32 | 6.81 | 9.17 | - |
| YUV | 73.22 | 133.52 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 75 | 83 | 0.20 | 0.10 | 0 | 0.67 | 208.24 | 0.11 | 0.29 |
| Hex | 42 | 4B | 53 | 14 | A | 0 | 43 | D0 | B | 1D |
| Octal | 102 | 113 | 123 | 24 | 12 | 0 | 103 | 320 | 13 | 35 |
| Binary | 1000010 | 1001011 | 1010011 | 10100 | 1010 | 0 | 1000011 | 11010000 | 1011 | 11101 |
Color Harmonies of #424B53
Complementary color
Monochromatic Colors of #424B53
Black with #424B53
Text Example
Text Example
White with #424B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424B53; }
p { color: rgb(66,75,83); }
H1.HeaderClassName
{
color: #424B53;
}
.AnyTagClassName
{
color: #424B53;
}
</style>
background-color css
<style>
a { background-color: #424B53; }
a { background-color: rgb(66,75,83); }
div.DivClassName
{
background-color: #424B53;
}
.BgClassName
{
background-color: #424B53;
}
</style>
border-color css
<style>
span { border-color: #424B53; }
span { border-color: rgb(66,75,83); }
td.TdClassName
{
border-color: #424B53;
}
.TagClassName
{
border-color: #424B53;
}
</style>