#5863EA

Color #5863EA Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #5863EA

Tints of Royal Blue #5863EA

Color information

#5863EA (or 0x5863EA) is unknown color: approx Royal Blue. HEX triplet: 58, 63 and EA. RGB value is (88,99,234). Sum of RGB (Red+Green+Blue) = 88+99+234=421 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.90% from 421); Green value is 99 (39.06% from 255 or 23.52% from 421); Blue value is 234 (91.80% from 255 or 55.58% from 421); Max value from RGB is 234 - color contains mainly: blue. Hex color #5863EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5863EA is #A79C15. Grayscale: #6E6E6E. Windows color (decimal): -10984470 or 15360856. OLE color: 15360856.

HSL color Cylindrical-coordinate representation of color #5863EA: hue angle of 235.48º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5863EA is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB8899234-
CMYK0.620.5800.08
HSL235.48º77.66%63.14%-
HSV(B)235.48º62.39%91.76%-
XYZ23.3416.9479.88-
YUV111.1197.36111.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 88 (34.77% from 255) = 20.90%
GREEN value IS 99 (39.06% from 255) = 23.52%
BLUE value IS 234 (91.80% from 255) = 55.58%
R=20.90%
G=23.52%
B=55.58%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal88992340.620.5800.08235.4877.6663.14
Hex5863EA3E3A08eb4e3f
Octal130143352767201035311677
Binary101100011000111110101011111011101001000111010111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5863EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5863EA; }

 p { color: rgb(88,99,234); }

 H1.HeaderClassName
 {
   color: #5863EA;
 }
 .AnyTagClassName
 {
   color: #5863EA;
 }
</style>
background-color css

<style>
 a { background-color: #5863EA; }

 a { background-color: rgb(88,99,234); }

 div.DivClassName
 {
   background-color: #5863EA;
 }
 .BgClassName
 {
   background-color: #5863EA;
 }
</style>
border-color css

<style>
 span { border-color: #5863EA; }

 span { border-color: rgb(88,99,234); }

 td.TdClassName
 {
   border-color: #5863EA;
 }
 .TagClassName
 {
   border-color: #5863EA;
 }
</style>