Shades of Rich Blue #585CB3
Tints of Rich Blue #585CB3
RGB
CMYK
RGB Variations
Color information
#585CB3 (or 0x585CB3) is known color: Rich Blue. HEX triplet: 58, 5C and B3. RGB value is (88,92,179). Sum of RGB (Red+Green+Blue) = 88+92+179=359 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.51% from 359); Green value is 92 (36.33% from 255 or 25.63% from 359); Blue value is 179 (70.31% from 255 or 49.86% from 359); Max value from RGB is 179 - color contains mainly: blue. Hex color #585CB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585CB3 is #A7A34C. Grayscale: #646464. Windows color (decimal): -10986317 or 11754584. OLE color: 11754584.
HSL color Cylindrical-coordinate representation of color #585CB3: hue angle of 237.36º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #585CB3 is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 88 | 92 | 179 | - |
| CMYK | 0.51 | 0.49 | 0 | 0.30 |
| HSL | 237.36º | 0.37% | 0.52% | - |
| HSV(B) | 237.36º | 0.51% | 0.7% | - |
| XYZ | 15.99 | 12.98 | 44.31 | - |
| YUV | 100.72 | 172.17 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 92 | 179 | 0.51 | 0.49 | 0 | 0.30 | 237.36 | 0.37 | 0.52 |
| Hex | 58 | 5C | B3 | 33 | 31 | 0 | 1E | ED | 25 | 34 |
| Octal | 130 | 134 | 263 | 63 | 61 | 0 | 36 | 355 | 45 | 64 |
| Binary | 1011000 | 1011100 | 10110011 | 110011 | 110001 | 0 | 11110 | 11101101 | 100101 | 110100 |
Color Harmonies of #585CB3
Complementary color
Monochromatic Colors of #585CB3
Black with #585CB3
Text Example
Text Example
White with #585CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585CB3; }
p { color: rgb(88,92,179); }
H1.HeaderClassName
{
color: #585CB3;
}
.AnyTagClassName
{
color: #585CB3;
}
</style>
background-color css
<style>
a { background-color: #585CB3; }
a { background-color: rgb(88,92,179); }
div.DivClassName
{
background-color: #585CB3;
}
.BgClassName
{
background-color: #585CB3;
}
</style>
border-color css
<style>
span { border-color: #585CB3; }
span { border-color: rgb(88,92,179); }
td.TdClassName
{
border-color: #585CB3;
}
.TagClassName
{
border-color: #585CB3;
}
</style>