Html Css Color HEX #5563EF Royal Blue

📋 copy color: '#5563EF'

red 85 ◦ green 99 ◦ blue 239

#5563EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #5563EF

Tints of Royal Blue #5563EF

RGB

 RED value IS 85 (33.59% from 255) = 20.09%

 GREEN value IS 99 (39.06% from 255) = 23.4%

 BLUE value IS 239 (93.75% from 255) = 56.5%

R = 20.09%
G = 23.4%
B = 56.5%

CMYK

 C value IS 0.64

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5563EF (or 0x5563EF) is known color: Royal Blue. HEX triplet: 55, 63 and EF. RGB value is (85,99,239). Sum of RGB (Red+Green+Blue) = 85+99+239=423 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.09% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 239 (93.75% from 255 or 56.50% from 423); Max value from RGB is 239 - color contains mainly: blue. Hex color #5563EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5563EF is #AA9C10. Grayscale: #6E6E6E. Windows color (decimal): -11181073 or 15688533. OLE color: 15688533.

HSL color Cylindrical-coordinate representation of color #5563EF: hue angle of 234.55º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5563EF is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 85 99 239 -
CMYK 0.64 0.59 0 0.06
HSL 234.55º 0.83% 0.64% -
HSV(B) 234.55º 0.64% 0.94% -
XYZ 23.79 17.09 83.71 -
YUV 110.77 200.36 109.62 -
System Red Green Blue C M Y K H S L
Decimal 85 99 239 0.64 0.59 0 0.06 234.55 0.83 0.64
Hex 55 63 EF 40 3B 0 6 EB 53 40
Octal 125 143 357 100 73 0 6 353 123 100
Binary 1010101 1100011 11101111 1000000 111011 0 110 11101011 1010011 1000000

Color Harmonies of #5563EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5563EF

Black with #5563EF

Text Example


Text Example

White with #5563EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5563EF; }

 p { color: rgb(85,99,239); }

 H1.HeaderClassName
 {
   color: #5563EF;
 }
 .AnyTagClassName
 {
   color: #5563EF;
 }
</style>

background-color css

<style>
 a { background-color: #5563EF; }

 a { background-color: rgb(85,99,239); }

 div.DivClassName
 {
   background-color: #5563EF;
 }
 .BgClassName
 {
   background-color: #5563EF;
 }
</style>

border-color css

<style>
 span { border-color: #5563EF; }

 span { border-color: rgb(85,99,239); }

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