Shades of Rich Blue #585CC1
Tints of Rich Blue #585CC1
RGB
CMYK
RGB Variations
Color information
#585CC1 (or 0x585CC1) is known color: Rich Blue. HEX triplet: 58, 5C and C1. RGB value is (88,92,193). Sum of RGB (Red+Green+Blue) = 88+92+193=373 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.59% from 373); Green value is 92 (36.33% from 255 or 24.66% from 373); Blue value is 193 (75.78% from 255 or 51.74% from 373); Max value from RGB is 193 - color contains mainly: blue. Hex color #585CC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585CC1 is #A7A33E. Grayscale: #656565. Windows color (decimal): -10986303 or 12672088. OLE color: 12672088.
HSL color Cylindrical-coordinate representation of color #585CC1: hue angle of 237.71º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #585CC1 is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 92 | 193 | - |
| CMYK | 0.54 | 0.52 | 0 | 0.24 |
| HSL | 237.71º | 0.46% | 0.55% | - |
| HSV(B) | 237.71º | 0.54% | 0.76% | - |
| XYZ | 17.48 | 13.58 | 52.15 | - |
| YUV | 102.32 | 179.17 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 92 | 193 | 0.54 | 0.52 | 0 | 0.24 | 237.71 | 0.46 | 0.55 |
| Hex | 58 | 5C | C1 | 36 | 34 | 0 | 18 | EE | 2E | 37 |
| Octal | 130 | 134 | 301 | 66 | 64 | 0 | 30 | 356 | 56 | 67 |
| Binary | 1011000 | 1011100 | 11000001 | 110110 | 110100 | 0 | 11000 | 11101110 | 101110 | 110111 |
Color Harmonies of #585CC1
Complementary color
Monochromatic Colors of #585CC1
Black with #585CC1
Text Example
Text Example
White with #585CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585CC1; }
p { color: rgb(88,92,193); }
H1.HeaderClassName
{
color: #585CC1;
}
.AnyTagClassName
{
color: #585CC1;
}
</style>
background-color css
<style>
a { background-color: #585CC1; }
a { background-color: rgb(88,92,193); }
div.DivClassName
{
background-color: #585CC1;
}
.BgClassName
{
background-color: #585CC1;
}
</style>
border-color css
<style>
span { border-color: #585CC1; }
span { border-color: rgb(88,92,193); }
td.TdClassName
{
border-color: #585CC1;
}
.TagClassName
{
border-color: #585CC1;
}
</style>