Shades of Rich Blue #5658B3
Tints of Rich Blue #5658B3
RGB
CMYK
RGB Variations
Color information
#5658B3 (or 0x5658B3) is known color: Rich Blue. HEX triplet: 56, 58 and B3. RGB value is (86,88,179). Sum of RGB (Red+Green+Blue) = 86+88+179=353 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.36% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 179 (70.31% from 255 or 50.71% from 353); Max value from RGB is 179 - color contains mainly: blue. Hex color #5658B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5658B3 is #A9A74C. Grayscale: #616161. Windows color (decimal): -11118413 or 11753558. OLE color: 11753558.
HSL color Cylindrical-coordinate representation of color #5658B3: hue angle of 238.71º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5658B3 is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 86 | 88 | 179 | - |
| CMYK | 0.52 | 0.51 | 0 | 0.30 |
| HSL | 238.71º | 0.38% | 0.52% | - |
| HSV(B) | 238.71º | 0.52% | 0.7% | - |
| XYZ | 15.46 | 12.21 | 44.19 | - |
| YUV | 97.78 | 173.84 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 88 | 179 | 0.52 | 0.51 | 0 | 0.30 | 238.71 | 0.38 | 0.52 |
| Hex | 56 | 58 | B3 | 34 | 33 | 0 | 1E | EF | 26 | 34 |
| Octal | 126 | 130 | 263 | 64 | 63 | 0 | 36 | 357 | 46 | 64 |
| Binary | 1010110 | 1011000 | 10110011 | 110100 | 110011 | 0 | 11110 | 11101111 | 100110 | 110100 |
Color Harmonies of #5658B3
Complementary color
Monochromatic Colors of #5658B3
Black with #5658B3
Text Example
Text Example
White with #5658B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5658B3; }
p { color: rgb(86,88,179); }
H1.HeaderClassName
{
color: #5658B3;
}
.AnyTagClassName
{
color: #5658B3;
}
</style>
background-color css
<style>
a { background-color: #5658B3; }
a { background-color: rgb(86,88,179); }
div.DivClassName
{
background-color: #5658B3;
}
.BgClassName
{
background-color: #5658B3;
}
</style>
border-color css
<style>
span { border-color: #5658B3; }
span { border-color: rgb(86,88,179); }
td.TdClassName
{
border-color: #5658B3;
}
.TagClassName
{
border-color: #5658B3;
}
</style>