Shades of Royal Blue #585EE6
Tints of Royal Blue #585EE6
RGB
CMYK
RGB Variations
Color information
#585EE6 (or 0x585EE6) is known color: Royal Blue. HEX triplet: 58, 5E and E6. RGB value is (88,94,230). Sum of RGB (Red+Green+Blue) = 88+94+230=412 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.36% from 412); Green value is 94 (37.11% from 255 or 22.82% from 412); Blue value is 230 (90.23% from 255 or 55.83% from 412); Max value from RGB is 230 - color contains mainly: blue. Hex color #585EE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #585EE6 is #A7A119. Grayscale: #6B6B6B. Windows color (decimal): -10985754 or 15097432. OLE color: 15097432.
HSL color Cylindrical-coordinate representation of color #585EE6: hue angle of 237.46º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #585EE6 is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 88 | 94 | 230 | - |
| CMYK | 0.62 | 0.59 | 0 | 0.10 |
| HSL | 237.46º | 0.74% | 0.62% | - |
| HSV(B) | 237.46º | 0.62% | 0.9% | - |
| XYZ | 22.31 | 15.79 | 76.74 | - |
| YUV | 107.71 | 197.01 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 94 | 230 | 0.62 | 0.59 | 0 | 0.10 | 237.46 | 0.74 | 0.62 |
| Hex | 58 | 5E | E6 | 3E | 3B | 0 | A | ED | 4A | 3E |
| Octal | 130 | 136 | 346 | 76 | 73 | 0 | 12 | 355 | 112 | 76 |
| Binary | 1011000 | 1011110 | 11100110 | 111110 | 111011 | 0 | 1010 | 11101101 | 1001010 | 111110 |
Color Harmonies of #585EE6
Complementary color
Monochromatic Colors of #585EE6
Black with #585EE6
Text Example
Text Example
White with #585EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585EE6; }
p { color: rgb(88,94,230); }
H1.HeaderClassName
{
color: #585EE6;
}
.AnyTagClassName
{
color: #585EE6;
}
</style>
background-color css
<style>
a { background-color: #585EE6; }
a { background-color: rgb(88,94,230); }
div.DivClassName
{
background-color: #585EE6;
}
.BgClassName
{
background-color: #585EE6;
}
</style>
border-color css
<style>
span { border-color: #585EE6; }
span { border-color: rgb(88,94,230); }
td.TdClassName
{
border-color: #585EE6;
}
.TagClassName
{
border-color: #585EE6;
}
</style>