Html Css Color HEX #5563ED Royal Blue

📋 copy color: '#5563ED'

red 85 ◦ green 99 ◦ blue 237

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

Shades of Royal Blue #5563ED

Tints of Royal Blue #5563ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 56.29%

R = 20.19%
G = 23.52%
B = 56.29%

CMYK

 C value IS 0.64

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5563ED (or 0x5563ED) is known color: Royal Blue. HEX triplet: 55, 63 and ED. RGB value is (85,99,237). Sum of RGB (Red+Green+Blue) = 85+99+237=421 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.19% from 421); Green value is 99 (39.06% from 255 or 23.52% from 421); Blue value is 237 (92.97% from 255 or 56.29% from 421); Max value from RGB is 237 - color contains mainly: blue. Hex color #5563ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5563ED is #AA9C12. Grayscale: #6D6D6D. Windows color (decimal): -11181075 or 15557461. OLE color: 15557461.

HSL color Cylindrical-coordinate representation of color #5563ED: hue angle of 234.47º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5563ED is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 85 99 237 -
CMYK 0.64 0.58 0 0.07
HSL 234.47º 0.81% 0.63% -
HSV(B) 234.47º 0.64% 0.93% -
XYZ 23.49 16.97 82.16 -
YUV 110.55 199.36 109.78 -
System Red Green Blue C M Y K H S L
Decimal 85 99 237 0.64 0.58 0 0.07 234.47 0.81 0.63
Hex 55 63 ED 40 3A 0 7 EA 51 3F
Octal 125 143 355 100 72 0 7 352 121 77
Binary 1010101 1100011 11101101 1000000 111010 0 111 11101010 1010001 111111

Color Harmonies of #5563ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5563ED

Black with #5563ED

Text Example


Text Example

White with #5563ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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