Shades of Rich Blue #5343B4
Tints of Rich Blue #5343B4
RGB
CMYK
RGB Variations
Color information
#5343B4 (or 0x5343B4) is known color: Rich Blue. HEX triplet: 53, 43 and B4. RGB value is (83,67,180). Sum of RGB (Red+Green+Blue) = 83+67+180=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 180 (70.70% from 255 or 54.55% from 330); Max value from RGB is 180 - color contains mainly: blue. Hex color #5343B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5343B4 is #ACBC4B. Grayscale: #545454. Windows color (decimal): -11320396 or 11813715. OLE color: 11813715.
HSL color Cylindrical-coordinate representation of color #5343B4: hue angle of 248.5º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5343B4 is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 83 | 67 | 180 | - |
| CMYK | 0.54 | 0.63 | 0 | 0.29 |
| HSL | 248.5º | 0.46% | 0.48% | - |
| HSV(B) | 248.5º | 0.63% | 0.71% | - |
| XYZ | 13.81 | 9.15 | 44.22 | - |
| YUV | 84.67 | 181.8 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 67 | 180 | 0.54 | 0.63 | 0 | 0.29 | 248.5 | 0.46 | 0.48 |
| Hex | 53 | 43 | B4 | 36 | 3F | 0 | 1D | F8 | 2E | 30 |
| Octal | 123 | 103 | 264 | 66 | 77 | 0 | 35 | 370 | 56 | 60 |
| Binary | 1010011 | 1000011 | 10110100 | 110110 | 111111 | 0 | 11101 | 11111000 | 101110 | 110000 |
Color Harmonies of #5343B4
Complementary color
Monochromatic Colors of #5343B4
Black with #5343B4
Text Example
Text Example
White with #5343B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5343B4; }
p { color: rgb(83,67,180); }
H1.HeaderClassName
{
color: #5343B4;
}
.AnyTagClassName
{
color: #5343B4;
}
</style>
background-color css
<style>
a { background-color: #5343B4; }
a { background-color: rgb(83,67,180); }
div.DivClassName
{
background-color: #5343B4;
}
.BgClassName
{
background-color: #5343B4;
}
</style>
border-color css
<style>
span { border-color: #5343B4; }
span { border-color: rgb(83,67,180); }
td.TdClassName
{
border-color: #5343B4;
}
.TagClassName
{
border-color: #5343B4;
}
</style>