#5864DC

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

Shades of Royal Blue #5864DC

Tints of Royal Blue #5864DC

Color information

#5864DC (or 0x5864DC) is unknown color: approx Royal Blue. HEX triplet: 58, 64 and DC. RGB value is (88,100,220). Sum of RGB (Red+Green+Blue) = 88+100+220=408 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.57% from 408); Green value is 100 (39.45% from 255 or 24.51% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #5864DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5864DC is #A79B23. Grayscale: #6D6D6D. Windows color (decimal): -10984228 or 14443608. OLE color: 14443608.

HSL color Cylindrical-coordinate representation of color #5864DC: hue angle of 234.55º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5864DC is Cyan = 0.6, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB88100220-
CMYK0.60.5500.14
HSL234.55º65.35%60.39%-
HSV(B)234.55º60%86.27%-
XYZ21.516.3669.73-
YUV110.09190.02112.24-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.57%
GREEN value IS 100 (39.45% from 255) = 24.51%
BLUE value IS 220 (86.33% from 255) = 53.92%
R=21.57%
G=24.51%
B=53.92%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal881002200.60.5500.14234.5565.3560.39
Hex5864DC3C370Eeb413c
Octal130144334746701635310174
Binary101100011001001101110011110011011101110111010111000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5864DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5864DC; }

 p { color: rgb(88,100,220); }

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

<style>
 a { background-color: #5864DC; }

 a { background-color: rgb(88,100,220); }

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

<style>
 span { border-color: #5864DC; }

 span { border-color: rgb(88,100,220); }

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