Shades of Rich Blue #5652BC
Tints of Rich Blue #5652BC
RGB
CMYK
RGB Variations
Color information
#5652BC (or 0x5652BC) is known color: Rich Blue. HEX triplet: 56, 52 and BC. RGB value is (86,82,188). Sum of RGB (Red+Green+Blue) = 86+82+188=356 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.16% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #5652BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5652BC is #A9AD43. Grayscale: #5E5E5E. Windows color (decimal): -11119940 or 12341846. OLE color: 12341846.
HSL color Cylindrical-coordinate representation of color #5652BC: hue angle of 242.26º degrees, saturation: 0.44, 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 #5652BC is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 82 | 188 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.26 |
| HSL | 242.26º | 0.44% | 0.53% | - |
| HSV(B) | 242.26º | 0.56% | 0.74% | - |
| XYZ | 15.93 | 11.64 | 48.98 | - |
| YUV | 95.28 | 180.33 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 82 | 188 | 0.54 | 0.56 | 0 | 0.26 | 242.26 | 0.44 | 0.53 |
| Hex | 56 | 52 | BC | 36 | 38 | 0 | 1A | F2 | 2C | 35 |
| Octal | 126 | 122 | 274 | 66 | 70 | 0 | 32 | 362 | 54 | 65 |
| Binary | 1010110 | 1010010 | 10111100 | 110110 | 111000 | 0 | 11010 | 11110010 | 101100 | 110101 |
Color Harmonies of #5652BC
Complementary color
Monochromatic Colors of #5652BC
Black with #5652BC
Text Example
Text Example
White with #5652BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5652BC; }
p { color: rgb(86,82,188); }
H1.HeaderClassName
{
color: #5652BC;
}
.AnyTagClassName
{
color: #5652BC;
}
</style>
background-color css
<style>
a { background-color: #5652BC; }
a { background-color: rgb(86,82,188); }
div.DivClassName
{
background-color: #5652BC;
}
.BgClassName
{
background-color: #5652BC;
}
</style>
border-color css
<style>
span { border-color: #5652BC; }
span { border-color: rgb(86,82,188); }
td.TdClassName
{
border-color: #5652BC;
}
.TagClassName
{
border-color: #5652BC;
}
</style>