Shades of Rich Blue #5B62B7
Tints of Rich Blue #5B62B7
RGB
CMYK
RGB Variations
Color information
#5B62B7 (or 0x5B62B7) is known color: Rich Blue. HEX triplet: 5B, 62 and B7. RGB value is (91,98,183). Sum of RGB (Red+Green+Blue) = 91+98+183=372 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.46% from 372); Green value is 98 (38.67% from 255 or 26.34% from 372); Blue value is 183 (71.88% from 255 or 49.19% from 372); Max value from RGB is 183 - color contains mainly: blue. Hex color #5B62B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B62B7 is #A49D48. Grayscale: #696969. Windows color (decimal): -10788169 or 12018267. OLE color: 12018267.
HSL color Cylindrical-coordinate representation of color #5B62B7: hue angle of 235.43º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5B62B7 is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 91 | 98 | 183 | - |
| CMYK | 0.50 | 0.46 | 0 | 0.28 |
| HSL | 235.43º | 0.39% | 0.54% | - |
| HSV(B) | 235.43º | 0.5% | 0.72% | - |
| XYZ | 17.23 | 14.38 | 46.67 | - |
| YUV | 105.6 | 171.68 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 98 | 183 | 0.50 | 0.46 | 0 | 0.28 | 235.43 | 0.39 | 0.54 |
| Hex | 5B | 62 | B7 | 32 | 2E | 0 | 1C | EB | 27 | 36 |
| Octal | 133 | 142 | 267 | 62 | 56 | 0 | 34 | 353 | 47 | 66 |
| Binary | 1011011 | 1100010 | 10110111 | 110010 | 101110 | 0 | 11100 | 11101011 | 100111 | 110110 |
Color Harmonies of #5B62B7
Complementary color
Monochromatic Colors of #5B62B7
Black with #5B62B7
Text Example
Text Example
White with #5B62B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B62B7; }
p { color: rgb(91,98,183); }
H1.HeaderClassName
{
color: #5B62B7;
}
.AnyTagClassName
{
color: #5B62B7;
}
</style>
background-color css
<style>
a { background-color: #5B62B7; }
a { background-color: rgb(91,98,183); }
div.DivClassName
{
background-color: #5B62B7;
}
.BgClassName
{
background-color: #5B62B7;
}
</style>
border-color css
<style>
span { border-color: #5B62B7; }
span { border-color: rgb(91,98,183); }
td.TdClassName
{
border-color: #5B62B7;
}
.TagClassName
{
border-color: #5B62B7;
}
</style>