Shades of Rich Blue #585AB1
Tints of Rich Blue #585AB1
RGB
CMYK
RGB Variations
Color information
#585AB1 (or 0x585AB1) is known color: Rich Blue. HEX triplet: 58, 5A and B1. RGB value is (88,90,177). Sum of RGB (Red+Green+Blue) = 88+90+177=355 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.79% from 355); Green value is 90 (35.55% from 255 or 25.35% from 355); Blue value is 177 (69.53% from 255 or 49.86% from 355); Max value from RGB is 177 - color contains mainly: blue. Hex color #585AB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585AB1 is #A7A54E. Grayscale: #626262. Windows color (decimal): -10986831 or 11623000. OLE color: 11623000.
HSL color Cylindrical-coordinate representation of color #585AB1: hue angle of 238.65º 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 #585AB1 is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 88 | 90 | 177 | - |
| CMYK | 0.50 | 0.49 | 0 | 0.31 |
| HSL | 238.65º | 0.36% | 0.52% | - |
| HSV(B) | 238.65º | 0.5% | 0.69% | - |
| XYZ | 15.62 | 12.56 | 43.2 | - |
| YUV | 99.32 | 171.84 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 90 | 177 | 0.50 | 0.49 | 0 | 0.31 | 238.65 | 0.36 | 0.52 |
| Hex | 58 | 5A | B1 | 32 | 31 | 0 | 1F | EF | 24 | 34 |
| Octal | 130 | 132 | 261 | 62 | 61 | 0 | 37 | 357 | 44 | 64 |
| Binary | 1011000 | 1011010 | 10110001 | 110010 | 110001 | 0 | 11111 | 11101111 | 100100 | 110100 |
Color Harmonies of #585AB1
Complementary color
Monochromatic Colors of #585AB1
Black with #585AB1
Text Example
Text Example
White with #585AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585AB1; }
p { color: rgb(88,90,177); }
H1.HeaderClassName
{
color: #585AB1;
}
.AnyTagClassName
{
color: #585AB1;
}
</style>
background-color css
<style>
a { background-color: #585AB1; }
a { background-color: rgb(88,90,177); }
div.DivClassName
{
background-color: #585AB1;
}
.BgClassName
{
background-color: #585AB1;
}
</style>
border-color css
<style>
span { border-color: #585AB1; }
span { border-color: rgb(88,90,177); }
td.TdClassName
{
border-color: #585AB1;
}
.TagClassName
{
border-color: #585AB1;
}
</style>