Html Css Color HEX #5572DF Royal Blue

📋 copy color: '#5572DF'

red 85 ◦ green 114 ◦ blue 223

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

Shades of Royal Blue #5572DF

Tints of Royal Blue #5572DF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.01%

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

R = 20.14%
G = 27.01%
B = 52.84%

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

#5572DF (or 0x5572DF) is known color: Royal Blue. HEX triplet: 55, 72 and DF. RGB value is (85,114,223). Sum of RGB (Red+Green+Blue) = 85+114+223=422 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.14% from 422); Green value is 114 (44.92% from 255 or 27.01% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #5572DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5572DF is #AA8D20. Grayscale: #757575. Windows color (decimal): -11177249 or 14643797. OLE color: 14643797.

HSL color Cylindrical-coordinate representation of color #5572DF: hue angle of 227.39º 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 #5572DF is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 114 223 -
CMYK 0.62 0.49 0 0.13
HSL 227.39º 0.68% 0.6% -
HSV(B) 227.39º 0.62% 0.87% -
XYZ 23.08 19.29 72.32 -
YUV 117.76 187.39 104.64 -
System Red Green Blue C M Y K H S L
Decimal 85 114 223 0.62 0.49 0 0.13 227.39 0.68 0.6
Hex 55 72 DF 3E 31 0 D E3 44 3C
Octal 125 162 337 76 61 0 15 343 104 74
Binary 1010101 1110010 11011111 111110 110001 0 1101 11100011 1000100 111100

Color Harmonies of #5572DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5572DF

Black with #5572DF

Text Example


Text Example

White with #5572DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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