Shades of Rich Blue #5342BE
Tints of Rich Blue #5342BE
RGB
CMYK
RGB Variations
Color information
#5342BE (or 0x5342BE) is known color: Rich Blue. HEX triplet: 53, 42 and BE. RGB value is (83,66,190). Sum of RGB (Red+Green+Blue) = 83+66+190=339 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.48% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 190 (74.61% from 255 or 56.05% from 339); Max value from RGB is 190 - color contains mainly: blue. Hex color #5342BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5342BE is #ACBD41. Grayscale: #545454. Windows color (decimal): -11320642 or 12468819. OLE color: 12468819.
HSL color Cylindrical-coordinate representation of color #5342BE: hue angle of 248.23º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5342BE is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 66 | 190 | - |
| CMYK | 0.56 | 0.65 | 0 | 0.25 |
| HSL | 248.23º | 0.49% | 0.5% | - |
| HSV(B) | 248.23º | 0.65% | 0.75% | - |
| XYZ | 14.81 | 9.45 | 49.76 | - |
| YUV | 85.22 | 187.13 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 66 | 190 | 0.56 | 0.65 | 0 | 0.25 | 248.23 | 0.49 | 0.5 |
| Hex | 53 | 42 | BE | 38 | 41 | 0 | 19 | F8 | 31 | 32 |
| Octal | 123 | 102 | 276 | 70 | 101 | 0 | 31 | 370 | 61 | 62 |
| Binary | 1010011 | 1000010 | 10111110 | 111000 | 1000001 | 0 | 11001 | 11111000 | 110001 | 110010 |
Color Harmonies of #5342BE
Complementary color
Monochromatic Colors of #5342BE
Black with #5342BE
Text Example
Text Example
White with #5342BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5342BE; }
p { color: rgb(83,66,190); }
H1.HeaderClassName
{
color: #5342BE;
}
.AnyTagClassName
{
color: #5342BE;
}
</style>
background-color css
<style>
a { background-color: #5342BE; }
a { background-color: rgb(83,66,190); }
div.DivClassName
{
background-color: #5342BE;
}
.BgClassName
{
background-color: #5342BE;
}
</style>
border-color css
<style>
span { border-color: #5342BE; }
span { border-color: rgb(83,66,190); }
td.TdClassName
{
border-color: #5342BE;
}
.TagClassName
{
border-color: #5342BE;
}
</style>