Shades of Rich Blue #5356BD
Tints of Rich Blue #5356BD
RGB
CMYK
RGB Variations
Color information
#5356BD (or 0x5356BD) is known color: Rich Blue. HEX triplet: 53, 56 and BD. RGB value is (83,86,189). Sum of RGB (Red+Green+Blue) = 83+86+189=358 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.18% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 189 (74.22% from 255 or 52.79% from 358); Max value from RGB is 189 - color contains mainly: blue. Hex color #5356BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5356BD is #ACA942. Grayscale: #606060. Windows color (decimal): -11315523 or 12408403. OLE color: 12408403.
HSL color Cylindrical-coordinate representation of color #5356BD: hue angle of 238.3º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5356BD is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 86 | 189 | - |
| CMYK | 0.56 | 0.54 | 0 | 0.26 |
| HSL | 238.3º | 0.45% | 0.53% | - |
| HSV(B) | 238.3º | 0.56% | 0.74% | - |
| XYZ | 16.08 | 12.17 | 49.65 | - |
| YUV | 96.85 | 180.01 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 86 | 189 | 0.56 | 0.54 | 0 | 0.26 | 238.3 | 0.45 | 0.53 |
| Hex | 53 | 56 | BD | 38 | 36 | 0 | 1A | EE | 2D | 35 |
| Octal | 123 | 126 | 275 | 70 | 66 | 0 | 32 | 356 | 55 | 65 |
| Binary | 1010011 | 1010110 | 10111101 | 111000 | 110110 | 0 | 11010 | 11101110 | 101101 | 110101 |
Color Harmonies of #5356BD
Complementary color
Monochromatic Colors of #5356BD
Black with #5356BD
Text Example
Text Example
White with #5356BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5356BD; }
p { color: rgb(83,86,189); }
H1.HeaderClassName
{
color: #5356BD;
}
.AnyTagClassName
{
color: #5356BD;
}
</style>
background-color css
<style>
a { background-color: #5356BD; }
a { background-color: rgb(83,86,189); }
div.DivClassName
{
background-color: #5356BD;
}
.BgClassName
{
background-color: #5356BD;
}
</style>
border-color css
<style>
span { border-color: #5356BD; }
span { border-color: rgb(83,86,189); }
td.TdClassName
{
border-color: #5356BD;
}
.TagClassName
{
border-color: #5356BD;
}
</style>