Html Css Color HEX #5571DF Royal Blue

📋 copy color: '#5571DF'

red 85 ◦ green 113 ◦ blue 223

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

Shades of Royal Blue #5571DF

Tints of Royal Blue #5571DF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.84%

 BLUE value IS 223 (87.5% from 255) = 52.97%

R = 20.19%
G = 26.84%
B = 52.97%

CMYK

 C value IS 0.62

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5571DF (or 0x5571DF) is known color: Royal Blue. HEX triplet: 55, 71 and DF. RGB value is (85,113,223). Sum of RGB (Red+Green+Blue) = 85+113+223=421 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.19% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 223 (87.5% from 255 or 52.97% from 421); Max value from RGB is 223 - color contains mainly: blue. Hex color #5571DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5571DF is #AA8E20. Grayscale: #747474. Windows color (decimal): -11177505 or 14643541. OLE color: 14643541.

HSL color Cylindrical-coordinate representation of color #5571DF: hue angle of 227.83º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5571DF is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 113 223 -
CMYK 0.62 0.49 0 0.13
HSL 227.83º 0.68% 0.6% -
HSV(B) 227.83º 0.62% 0.87% -
XYZ 22.97 19.07 72.28 -
YUV 117.17 187.72 105.06 -
System Red Green Blue C M Y K H S L
Decimal 85 113 223 0.62 0.49 0 0.13 227.83 0.68 0.6
Hex 55 71 DF 3E 31 0 D E4 44 3C
Octal 125 161 337 76 61 0 15 344 104 74
Binary 1010101 1110001 11011111 111110 110001 0 1101 11100100 1000100 111100

Color Harmonies of #5571DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5571DF

Black with #5571DF

Text Example


Text Example

White with #5571DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5571DF; }

 p { color: rgb(85,113,223); }

 H1.HeaderClassName
 {
   color: #5571DF;
 }
 .AnyTagClassName
 {
   color: #5571DF;
 }
</style>

background-color css

<style>
 a { background-color: #5571DF; }

 a { background-color: rgb(85,113,223); }

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

border-color css

<style>
 span { border-color: #5571DF; }

 span { border-color: rgb(85,113,223); }

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