Shades of Rich Blue #5B58AF
Tints of Rich Blue #5B58AF
RGB
CMYK
RGB Variations
Color information
#5B58AF (or 0x5B58AF) is known color: Rich Blue. HEX triplet: 5B, 58 and AF. RGB value is (91,88,175). Sum of RGB (Red+Green+Blue) = 91+88+175=354 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.71% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 175 (68.75% from 255 or 49.44% from 354); Max value from RGB is 175 - color contains mainly: blue. Hex color #5B58AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B58AF is #A4A750. Grayscale: #626262. Windows color (decimal): -10790737 or 11491419. OLE color: 11491419.
HSL color Cylindrical-coordinate representation of color #5B58AF: hue angle of 242.07º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5B58AF is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 91 | 88 | 175 | - |
| CMYK | 0.48 | 0.50 | 0 | 0.31 |
| HSL | 242.07º | 0.35% | 0.52% | - |
| HSV(B) | 242.07º | 0.5% | 0.69% | - |
| XYZ | 15.54 | 12.3 | 42.11 | - |
| YUV | 98.82 | 170.99 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 88 | 175 | 0.48 | 0.50 | 0 | 0.31 | 242.07 | 0.35 | 0.52 |
| Hex | 5B | 58 | AF | 30 | 32 | 0 | 1F | F2 | 23 | 34 |
| Octal | 133 | 130 | 257 | 60 | 62 | 0 | 37 | 362 | 43 | 64 |
| Binary | 1011011 | 1011000 | 10101111 | 110000 | 110010 | 0 | 11111 | 11110010 | 100011 | 110100 |
Color Harmonies of #5B58AF
Complementary color
Monochromatic Colors of #5B58AF
Black with #5B58AF
Text Example
Text Example
White with #5B58AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B58AF; }
p { color: rgb(91,88,175); }
H1.HeaderClassName
{
color: #5B58AF;
}
.AnyTagClassName
{
color: #5B58AF;
}
</style>
background-color css
<style>
a { background-color: #5B58AF; }
a { background-color: rgb(91,88,175); }
div.DivClassName
{
background-color: #5B58AF;
}
.BgClassName
{
background-color: #5B58AF;
}
</style>
border-color css
<style>
span { border-color: #5B58AF; }
span { border-color: rgb(91,88,175); }
td.TdClassName
{
border-color: #5B58AF;
}
.TagClassName
{
border-color: #5B58AF;
}
</style>