Shades of Rich Blue #5F5ABB
Tints of Rich Blue #5F5ABB
RGB
CMYK
RGB Variations
Color information
#5F5ABB (or 0x5F5ABB) is known color: Rich Blue. HEX triplet: 5F, 5A and BB. RGB value is (95,90,187). Sum of RGB (Red+Green+Blue) = 95+90+187=372 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.54% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 187 (73.44% from 255 or 50.27% from 372); Max value from RGB is 187 - color contains mainly: blue. Hex color #5F5ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F5ABB is #A0A544. Grayscale: #666666. Windows color (decimal): -10528069 or 12278367. OLE color: 12278367.
HSL color Cylindrical-coordinate representation of color #5F5ABB: hue angle of 243.09º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5F5ABB is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 90 | 187 | - |
| CMYK | 0.49 | 0.52 | 0 | 0.27 |
| HSL | 243.09º | 0.42% | 0.54% | - |
| HSV(B) | 243.09º | 0.52% | 0.73% | - |
| XYZ | 17.35 | 13.33 | 48.67 | - |
| YUV | 102.55 | 175.66 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 90 | 187 | 0.49 | 0.52 | 0 | 0.27 | 243.09 | 0.42 | 0.54 |
| Hex | 5F | 5A | BB | 31 | 34 | 0 | 1B | F3 | 2A | 36 |
| Octal | 137 | 132 | 273 | 61 | 64 | 0 | 33 | 363 | 52 | 66 |
| Binary | 1011111 | 1011010 | 10111011 | 110001 | 110100 | 0 | 11011 | 11110011 | 101010 | 110110 |
Color Harmonies of #5F5ABB
Complementary color
Monochromatic Colors of #5F5ABB
Black with #5F5ABB
Text Example
Text Example
White with #5F5ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5ABB; }
p { color: rgb(95,90,187); }
H1.HeaderClassName
{
color: #5F5ABB;
}
.AnyTagClassName
{
color: #5F5ABB;
}
</style>
background-color css
<style>
a { background-color: #5F5ABB; }
a { background-color: rgb(95,90,187); }
div.DivClassName
{
background-color: #5F5ABB;
}
.BgClassName
{
background-color: #5F5ABB;
}
</style>
border-color css
<style>
span { border-color: #5F5ABB; }
span { border-color: rgb(95,90,187); }
td.TdClassName
{
border-color: #5F5ABB;
}
.TagClassName
{
border-color: #5F5ABB;
}
</style>