Shades of Rich Blue #5342BF
Tints of Rich Blue #5342BF
RGB
CMYK
RGB Variations
Color information
#5342BF (or 0x5342BF) is known color: Rich Blue. HEX triplet: 53, 42 and BF. RGB value is (83,66,191). Sum of RGB (Red+Green+Blue) = 83+66+191=340 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.41% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 191 (75% from 255 or 56.18% from 340); Max value from RGB is 191 - color contains mainly: blue. Hex color #5342BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5342BF is #ACBD40. Grayscale: #545454. Windows color (decimal): -11320641 or 12534355. OLE color: 12534355.
HSL color Cylindrical-coordinate representation of color #5342BF: hue angle of 248.16º 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 #5342BF is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 66 | 191 | - |
| CMYK | 0.57 | 0.65 | 0 | 0.25 |
| HSL | 248.16º | 0.49% | 0.5% | - |
| HSV(B) | 248.16º | 0.65% | 0.75% | - |
| XYZ | 14.92 | 9.5 | 50.34 | - |
| YUV | 85.33 | 187.63 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 66 | 191 | 0.57 | 0.65 | 0 | 0.25 | 248.16 | 0.49 | 0.5 |
| Hex | 53 | 42 | BF | 39 | 41 | 0 | 19 | F8 | 31 | 32 |
| Octal | 123 | 102 | 277 | 71 | 101 | 0 | 31 | 370 | 61 | 62 |
| Binary | 1010011 | 1000010 | 10111111 | 111001 | 1000001 | 0 | 11001 | 11111000 | 110001 | 110010 |
Color Harmonies of #5342BF
Complementary color
Monochromatic Colors of #5342BF
Black with #5342BF
Text Example
Text Example
White with #5342BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5342BF; }
p { color: rgb(83,66,191); }
H1.HeaderClassName
{
color: #5342BF;
}
.AnyTagClassName
{
color: #5342BF;
}
</style>
background-color css
<style>
a { background-color: #5342BF; }
a { background-color: rgb(83,66,191); }
div.DivClassName
{
background-color: #5342BF;
}
.BgClassName
{
background-color: #5342BF;
}
</style>
border-color css
<style>
span { border-color: #5342BF; }
span { border-color: rgb(83,66,191); }
td.TdClassName
{
border-color: #5342BF;
}
.TagClassName
{
border-color: #5342BF;
}
</style>