Shades of Rich Blue #5342B9
Tints of Rich Blue #5342B9
RGB
CMYK
RGB Variations
Color information
#5342B9 (or 0x5342B9) is known color: Rich Blue. HEX triplet: 53, 42 and B9. RGB value is (83,66,185). Sum of RGB (Red+Green+Blue) = 83+66+185=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 185 (72.66% from 255 or 55.39% from 334); Max value from RGB is 185 - color contains mainly: blue. Hex color #5342B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5342B9 is #ACBD46. Grayscale: #545454. Windows color (decimal): -11320647 or 12141139. OLE color: 12141139.
HSL color Cylindrical-coordinate representation of color #5342B9: hue angle of 248.57º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5342B9 is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 66 | 185 | - |
| CMYK | 0.55 | 0.64 | 0 | 0.27 |
| HSL | 248.57º | 0.47% | 0.49% | - |
| HSV(B) | 248.57º | 0.64% | 0.73% | - |
| XYZ | 14.27 | 9.24 | 46.93 | - |
| YUV | 84.65 | 184.63 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 66 | 185 | 0.55 | 0.64 | 0 | 0.27 | 248.57 | 0.47 | 0.49 |
| Hex | 53 | 42 | B9 | 37 | 40 | 0 | 1B | F9 | 2F | 31 |
| Octal | 123 | 102 | 271 | 67 | 100 | 0 | 33 | 371 | 57 | 61 |
| Binary | 1010011 | 1000010 | 10111001 | 110111 | 1000000 | 0 | 11011 | 11111001 | 101111 | 110001 |
Color Harmonies of #5342B9
Complementary color
Monochromatic Colors of #5342B9
Black with #5342B9
Text Example
Text Example
White with #5342B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5342B9; }
p { color: rgb(83,66,185); }
H1.HeaderClassName
{
color: #5342B9;
}
.AnyTagClassName
{
color: #5342B9;
}
</style>
background-color css
<style>
a { background-color: #5342B9; }
a { background-color: rgb(83,66,185); }
div.DivClassName
{
background-color: #5342B9;
}
.BgClassName
{
background-color: #5342B9;
}
</style>
border-color css
<style>
span { border-color: #5342B9; }
span { border-color: rgb(83,66,185); }
td.TdClassName
{
border-color: #5342B9;
}
.TagClassName
{
border-color: #5342B9;
}
</style>