Shades of Rich Blue #5658AF
Tints of Rich Blue #5658AF
RGB
CMYK
RGB Variations
Color information
#5658AF (or 0x5658AF) is known color: Rich Blue. HEX triplet: 56, 58 and AF. RGB value is (86,88,175). Sum of RGB (Red+Green+Blue) = 86+88+175=349 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.64% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 175 (68.75% from 255 or 50.14% from 349); Max value from RGB is 175 - color contains mainly: blue. Hex color #5658AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5658AF is #A9A750. Grayscale: #606060. Windows color (decimal): -11118417 or 11491414. OLE color: 11491414.
HSL color Cylindrical-coordinate representation of color #5658AF: hue angle of 238.65º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5658AF is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 86 | 88 | 175 | - |
| CMYK | 0.51 | 0.50 | 0 | 0.31 |
| HSL | 238.65º | 0.36% | 0.51% | - |
| HSV(B) | 238.65º | 0.51% | 0.69% | - |
| XYZ | 15.07 | 12.05 | 42.09 | - |
| YUV | 97.32 | 171.84 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 88 | 175 | 0.51 | 0.50 | 0 | 0.31 | 238.65 | 0.36 | 0.51 |
| Hex | 56 | 58 | AF | 33 | 32 | 0 | 1F | EF | 24 | 33 |
| Octal | 126 | 130 | 257 | 63 | 62 | 0 | 37 | 357 | 44 | 63 |
| Binary | 1010110 | 1011000 | 10101111 | 110011 | 110010 | 0 | 11111 | 11101111 | 100100 | 110011 |
Color Harmonies of #5658AF
Complementary color
Monochromatic Colors of #5658AF
Black with #5658AF
Text Example
Text Example
White with #5658AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5658AF; }
p { color: rgb(86,88,175); }
H1.HeaderClassName
{
color: #5658AF;
}
.AnyTagClassName
{
color: #5658AF;
}
</style>
background-color css
<style>
a { background-color: #5658AF; }
a { background-color: rgb(86,88,175); }
div.DivClassName
{
background-color: #5658AF;
}
.BgClassName
{
background-color: #5658AF;
}
</style>
border-color css
<style>
span { border-color: #5658AF; }
span { border-color: rgb(86,88,175); }
td.TdClassName
{
border-color: #5658AF;
}
.TagClassName
{
border-color: #5658AF;
}
</style>