Shades of Rich Blue #585AB0
Tints of Rich Blue #585AB0
RGB
CMYK
RGB Variations
Color information
#585AB0 (or 0x585AB0) is known color: Rich Blue. HEX triplet: 58, 5A and B0. RGB value is (88,90,176). Sum of RGB (Red+Green+Blue) = 88+90+176=354 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.86% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 176 (69.14% from 255 or 49.72% from 354); Max value from RGB is 176 - color contains mainly: blue. Hex color #585AB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585AB0 is #A7A54F. Grayscale: #626262. Windows color (decimal): -10986832 or 11557464. OLE color: 11557464.
HSL color Cylindrical-coordinate representation of color #585AB0: hue angle of 238.64º degrees, saturation: 0.36, 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 #585AB0 is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 88 | 90 | 176 | - |
| CMYK | 0.50 | 0.49 | 0 | 0.31 |
| HSL | 238.64º | 0.36% | 0.52% | - |
| HSV(B) | 238.64º | 0.5% | 0.69% | - |
| XYZ | 15.52 | 12.52 | 42.67 | - |
| YUV | 99.21 | 171.34 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 90 | 176 | 0.50 | 0.49 | 0 | 0.31 | 238.64 | 0.36 | 0.52 |
| Hex | 58 | 5A | B0 | 32 | 31 | 0 | 1F | EF | 24 | 34 |
| Octal | 130 | 132 | 260 | 62 | 61 | 0 | 37 | 357 | 44 | 64 |
| Binary | 1011000 | 1011010 | 10110000 | 110010 | 110001 | 0 | 11111 | 11101111 | 100100 | 110100 |
Color Harmonies of #585AB0
Complementary color
Monochromatic Colors of #585AB0
Black with #585AB0
Text Example
Text Example
White with #585AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585AB0; }
p { color: rgb(88,90,176); }
H1.HeaderClassName
{
color: #585AB0;
}
.AnyTagClassName
{
color: #585AB0;
}
</style>
background-color css
<style>
a { background-color: #585AB0; }
a { background-color: rgb(88,90,176); }
div.DivClassName
{
background-color: #585AB0;
}
.BgClassName
{
background-color: #585AB0;
}
</style>
border-color css
<style>
span { border-color: #585AB0; }
span { border-color: rgb(88,90,176); }
td.TdClassName
{
border-color: #585AB0;
}
.TagClassName
{
border-color: #585AB0;
}
</style>