Shades of Rich Blue #5462BC
Tints of Rich Blue #5462BC
RGB
CMYK
RGB Variations
Color information
#5462BC (or 0x5462BC) is known color: Rich Blue. HEX triplet: 54, 62 and BC. RGB value is (84,98,188). Sum of RGB (Red+Green+Blue) = 84+98+188=370 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.70% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #5462BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5462BC is #AB9D43. Grayscale: #676767. Windows color (decimal): -11246916 or 12345940. OLE color: 12345940.
HSL color Cylindrical-coordinate representation of color #5462BC: hue angle of 231.92º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5462BC is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 98 | 188 | - |
| CMYK | 0.55 | 0.48 | 0 | 0.26 |
| HSL | 231.92º | 0.44% | 0.53% | - |
| HSV(B) | 231.92º | 0.55% | 0.74% | - |
| XYZ | 17.1 | 14.25 | 49.43 | - |
| YUV | 104.07 | 175.36 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 98 | 188 | 0.55 | 0.48 | 0 | 0.26 | 231.92 | 0.44 | 0.53 |
| Hex | 54 | 62 | BC | 37 | 30 | 0 | 1A | E8 | 2C | 35 |
| Octal | 124 | 142 | 274 | 67 | 60 | 0 | 32 | 350 | 54 | 65 |
| Binary | 1010100 | 1100010 | 10111100 | 110111 | 110000 | 0 | 11010 | 11101000 | 101100 | 110101 |
Color Harmonies of #5462BC
Complementary color
Monochromatic Colors of #5462BC
Black with #5462BC
Text Example
Text Example
White with #5462BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5462BC; }
p { color: rgb(84,98,188); }
H1.HeaderClassName
{
color: #5462BC;
}
.AnyTagClassName
{
color: #5462BC;
}
</style>
background-color css
<style>
a { background-color: #5462BC; }
a { background-color: rgb(84,98,188); }
div.DivClassName
{
background-color: #5462BC;
}
.BgClassName
{
background-color: #5462BC;
}
</style>
border-color css
<style>
span { border-color: #5462BC; }
span { border-color: rgb(84,98,188); }
td.TdClassName
{
border-color: #5462BC;
}
.TagClassName
{
border-color: #5462BC;
}
</style>