Shades of Rich Blue #5652B6
Tints of Rich Blue #5652B6
RGB
CMYK
RGB Variations
Color information
#5652B6 (or 0x5652B6) is known color: Rich Blue. HEX triplet: 56, 52 and B6. RGB value is (86,82,182). Sum of RGB (Red+Green+Blue) = 86+82+182=350 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.57% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 182 (71.48% from 255 or 52% from 350); Max value from RGB is 182 - color contains mainly: blue. Hex color #5652B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5652B6 is #A9AD49. Grayscale: #5E5E5E. Windows color (decimal): -11119946 or 11948630. OLE color: 11948630.
HSL color Cylindrical-coordinate representation of color #5652B6: hue angle of 242.4º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5652B6 is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 86 | 82 | 182 | - |
| CMYK | 0.53 | 0.55 | 0 | 0.29 |
| HSL | 242.4º | 0.41% | 0.52% | - |
| HSV(B) | 242.4º | 0.55% | 0.71% | - |
| XYZ | 15.3 | 11.39 | 45.65 | - |
| YUV | 94.6 | 177.33 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 82 | 182 | 0.53 | 0.55 | 0 | 0.29 | 242.4 | 0.41 | 0.52 |
| Hex | 56 | 52 | B6 | 35 | 37 | 0 | 1D | F2 | 29 | 34 |
| Octal | 126 | 122 | 266 | 65 | 67 | 0 | 35 | 362 | 51 | 64 |
| Binary | 1010110 | 1010010 | 10110110 | 110101 | 110111 | 0 | 11101 | 11110010 | 101001 | 110100 |
Color Harmonies of #5652B6
Complementary color
Monochromatic Colors of #5652B6
Black with #5652B6
Text Example
Text Example
White with #5652B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5652B6; }
p { color: rgb(86,82,182); }
H1.HeaderClassName
{
color: #5652B6;
}
.AnyTagClassName
{
color: #5652B6;
}
</style>
background-color css
<style>
a { background-color: #5652B6; }
a { background-color: rgb(86,82,182); }
div.DivClassName
{
background-color: #5652B6;
}
.BgClassName
{
background-color: #5652B6;
}
</style>
border-color css
<style>
span { border-color: #5652B6; }
span { border-color: rgb(86,82,182); }
td.TdClassName
{
border-color: #5652B6;
}
.TagClassName
{
border-color: #5652B6;
}
</style>