Shades of Rich Blue #5354BB
Tints of Rich Blue #5354BB
RGB
CMYK
RGB Variations
Color information
#5354BB (or 0x5354BB) is known color: Rich Blue. HEX triplet: 53, 54 and BB. RGB value is (83,84,187). Sum of RGB (Red+Green+Blue) = 83+84+187=354 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.45% from 354); Green value is 84 (33.20% from 255 or 23.73% from 354); Blue value is 187 (73.44% from 255 or 52.82% from 354); Max value from RGB is 187 - color contains mainly: blue. Hex color #5354BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5354BB is #ACAB44. Grayscale: #5F5F5F. Windows color (decimal): -11316037 or 12276819. OLE color: 12276819.
HSL color Cylindrical-coordinate representation of color #5354BB: hue angle of 239.42º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5354BB is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 84 | 187 | - |
| CMYK | 0.56 | 0.55 | 0 | 0.27 |
| HSL | 239.42º | 0.43% | 0.53% | - |
| HSV(B) | 239.42º | 0.56% | 0.73% | - |
| XYZ | 15.71 | 11.77 | 48.46 | - |
| YUV | 95.44 | 179.67 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 84 | 187 | 0.56 | 0.55 | 0 | 0.27 | 239.42 | 0.43 | 0.53 |
| Hex | 53 | 54 | BB | 38 | 37 | 0 | 1B | EF | 2B | 35 |
| Octal | 123 | 124 | 273 | 70 | 67 | 0 | 33 | 357 | 53 | 65 |
| Binary | 1010011 | 1010100 | 10111011 | 111000 | 110111 | 0 | 11011 | 11101111 | 101011 | 110101 |
Color Harmonies of #5354BB
Complementary color
Monochromatic Colors of #5354BB
Black with #5354BB
Text Example
Text Example
White with #5354BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5354BB; }
p { color: rgb(83,84,187); }
H1.HeaderClassName
{
color: #5354BB;
}
.AnyTagClassName
{
color: #5354BB;
}
</style>
background-color css
<style>
a { background-color: #5354BB; }
a { background-color: rgb(83,84,187); }
div.DivClassName
{
background-color: #5354BB;
}
.BgClassName
{
background-color: #5354BB;
}
</style>
border-color css
<style>
span { border-color: #5354BB; }
span { border-color: rgb(83,84,187); }
td.TdClassName
{
border-color: #5354BB;
}
.TagClassName
{
border-color: #5354BB;
}
</style>