Shades of Rich Blue #5652BD
Tints of Rich Blue #5652BD
RGB
CMYK
RGB Variations
Color information
#5652BD (or 0x5652BD) is known color: Rich Blue. HEX triplet: 56, 52 and BD. RGB value is (86,82,189). Sum of RGB (Red+Green+Blue) = 86+82+189=357 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.09% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 189 (74.22% from 255 or 52.94% from 357); Max value from RGB is 189 - color contains mainly: blue. Hex color #5652BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5652BD is #A9AD42. Grayscale: #5E5E5E. Windows color (decimal): -11119939 or 12407382. OLE color: 12407382.
HSL color Cylindrical-coordinate representation of color #5652BD: hue angle of 242.24º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5652BD is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 82 | 189 | - |
| CMYK | 0.54 | 0.57 | 0 | 0.26 |
| HSL | 242.24º | 0.45% | 0.53% | - |
| HSV(B) | 242.24º | 0.57% | 0.74% | - |
| XYZ | 16.04 | 11.69 | 49.55 | - |
| YUV | 95.39 | 180.83 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 82 | 189 | 0.54 | 0.57 | 0 | 0.26 | 242.24 | 0.45 | 0.53 |
| Hex | 56 | 52 | BD | 36 | 39 | 0 | 1A | F2 | 2D | 35 |
| Octal | 126 | 122 | 275 | 66 | 71 | 0 | 32 | 362 | 55 | 65 |
| Binary | 1010110 | 1010010 | 10111101 | 110110 | 111001 | 0 | 11010 | 11110010 | 101101 | 110101 |
Color Harmonies of #5652BD
Complementary color
Monochromatic Colors of #5652BD
Black with #5652BD
Text Example
Text Example
White with #5652BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5652BD; }
p { color: rgb(86,82,189); }
H1.HeaderClassName
{
color: #5652BD;
}
.AnyTagClassName
{
color: #5652BD;
}
</style>
background-color css
<style>
a { background-color: #5652BD; }
a { background-color: rgb(86,82,189); }
div.DivClassName
{
background-color: #5652BD;
}
.BgClassName
{
background-color: #5652BD;
}
</style>
border-color css
<style>
span { border-color: #5652BD; }
span { border-color: rgb(86,82,189); }
td.TdClassName
{
border-color: #5652BD;
}
.TagClassName
{
border-color: #5652BD;
}
</style>