Shades of Rich Blue #585FC2
Tints of Rich Blue #585FC2
RGB
CMYK
RGB Variations
Color information
#585FC2 (or 0x585FC2) is known color: Rich Blue. HEX triplet: 58, 5F and C2. RGB value is (88,95,194). Sum of RGB (Red+Green+Blue) = 88+95+194=377 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.34% from 377); Green value is 95 (37.5% from 255 or 25.20% from 377); Blue value is 194 (76.17% from 255 or 51.46% from 377); Max value from RGB is 194 - color contains mainly: blue. Hex color #585FC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585FC2 is #A7A03D. Grayscale: #676767. Windows color (decimal): -10985534 or 12738392. OLE color: 12738392.
HSL color Cylindrical-coordinate representation of color #585FC2: hue angle of 236.04º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #585FC2 is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 95 | 194 | - |
| CMYK | 0.55 | 0.51 | 0 | 0.24 |
| HSL | 236.04º | 0.46% | 0.55% | - |
| HSV(B) | 236.04º | 0.55% | 0.76% | - |
| XYZ | 17.85 | 14.15 | 52.83 | - |
| YUV | 104.19 | 178.68 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 95 | 194 | 0.55 | 0.51 | 0 | 0.24 | 236.04 | 0.46 | 0.55 |
| Hex | 58 | 5F | C2 | 37 | 33 | 0 | 18 | EC | 2E | 37 |
| Octal | 130 | 137 | 302 | 67 | 63 | 0 | 30 | 354 | 56 | 67 |
| Binary | 1011000 | 1011111 | 11000010 | 110111 | 110011 | 0 | 11000 | 11101100 | 101110 | 110111 |
Color Harmonies of #585FC2
Complementary color
Monochromatic Colors of #585FC2
Black with #585FC2
Text Example
Text Example
White with #585FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585FC2; }
p { color: rgb(88,95,194); }
H1.HeaderClassName
{
color: #585FC2;
}
.AnyTagClassName
{
color: #585FC2;
}
</style>
background-color css
<style>
a { background-color: #585FC2; }
a { background-color: rgb(88,95,194); }
div.DivClassName
{
background-color: #585FC2;
}
.BgClassName
{
background-color: #585FC2;
}
</style>
border-color css
<style>
span { border-color: #585FC2; }
span { border-color: rgb(88,95,194); }
td.TdClassName
{
border-color: #585FC2;
}
.TagClassName
{
border-color: #585FC2;
}
</style>