Html Css Color HEX #5578F1 Royal Blue

📋 copy color: '#5578F1'

red 85 ◦ green 120 ◦ blue 241

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

Shades of Royal Blue #5578F1

Tints of Royal Blue #5578F1

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.91%

 BLUE value IS 241 (94.53% from 255) = 54.04%

R = 19.06%
G = 26.91%
B = 54.04%

CMYK

 C value IS 0.65

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5578F1 (or 0x5578F1) is known color: Royal Blue. HEX triplet: 55, 78 and F1. RGB value is (85,120,241). Sum of RGB (Red+Green+Blue) = 85+120+241=446 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.06% from 446); Green value is 120 (47.27% from 255 or 26.91% from 446); Blue value is 241 (94.53% from 255 or 54.04% from 446); Max value from RGB is 241 - color contains mainly: blue. Hex color #5578F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5578F1 is #AA870E. Grayscale: #7A7A7A. Windows color (decimal): -11175695 or 15824981. OLE color: 15824981.

HSL color Cylindrical-coordinate representation of color #5578F1: hue angle of 226.54º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5578F1 is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 85 120 241 -
CMYK 0.65 0.50 0 0.05
HSL 226.54º 0.85% 0.64% -
HSV(B) 226.54º 0.65% 0.95% -
XYZ 26.34 21.72 86.02 -
YUV 123.33 194.4 100.66 -
System Red Green Blue C M Y K H S L
Decimal 85 120 241 0.65 0.50 0 0.05 226.54 0.85 0.64
Hex 55 78 F1 41 32 0 5 E3 55 40
Octal 125 170 361 101 62 0 5 343 125 100
Binary 1010101 1111000 11110001 1000001 110010 0 101 11100011 1010101 1000000

Color Harmonies of #5578F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5578F1

Black with #5578F1

Text Example


Text Example

White with #5578F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5578F1; }

 p { color: rgb(85,120,241); }

 H1.HeaderClassName
 {
   color: #5578F1;
 }
 .AnyTagClassName
 {
   color: #5578F1;
 }
</style>

background-color css

<style>
 a { background-color: #5578F1; }

 a { background-color: rgb(85,120,241); }

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

border-color css

<style>
 span { border-color: #5578F1; }

 span { border-color: rgb(85,120,241); }

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