Shades of Rich Blue #5356BB
Tints of Rich Blue #5356BB
RGB
CMYK
RGB Variations
Color information
#5356BB (or 0x5356BB) is known color: Rich Blue. HEX triplet: 53, 56 and BB. RGB value is (83,86,187). Sum of RGB (Red+Green+Blue) = 83+86+187=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 187 (73.44% from 255 or 52.53% from 356); Max value from RGB is 187 - color contains mainly: blue. Hex color #5356BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5356BB is #ACA944. Grayscale: #606060. Windows color (decimal): -11315525 or 12277331. OLE color: 12277331.
HSL color Cylindrical-coordinate representation of color #5356BB: hue angle of 238.27º 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 #5356BB is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 86 | 187 | - |
| CMYK | 0.56 | 0.54 | 0 | 0.27 |
| HSL | 238.27º | 0.43% | 0.53% | - |
| HSV(B) | 238.27º | 0.56% | 0.73% | - |
| XYZ | 15.86 | 12.08 | 48.51 | - |
| YUV | 96.62 | 179.01 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 86 | 187 | 0.56 | 0.54 | 0 | 0.27 | 238.27 | 0.43 | 0.53 |
| Hex | 53 | 56 | BB | 38 | 36 | 0 | 1B | EE | 2B | 35 |
| Octal | 123 | 126 | 273 | 70 | 66 | 0 | 33 | 356 | 53 | 65 |
| Binary | 1010011 | 1010110 | 10111011 | 111000 | 110110 | 0 | 11011 | 11101110 | 101011 | 110101 |
Color Harmonies of #5356BB
Complementary color
Monochromatic Colors of #5356BB
Black with #5356BB
Text Example
Text Example
White with #5356BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5356BB; }
p { color: rgb(83,86,187); }
H1.HeaderClassName
{
color: #5356BB;
}
.AnyTagClassName
{
color: #5356BB;
}
</style>
background-color css
<style>
a { background-color: #5356BB; }
a { background-color: rgb(83,86,187); }
div.DivClassName
{
background-color: #5356BB;
}
.BgClassName
{
background-color: #5356BB;
}
</style>
border-color css
<style>
span { border-color: #5356BB; }
span { border-color: rgb(83,86,187); }
td.TdClassName
{
border-color: #5356BB;
}
.TagClassName
{
border-color: #5356BB;
}
</style>