Html Css Color HEX #5572EF Royal Blue

📋 copy color: '#5572EF'

red 85 ◦ green 114 ◦ blue 239

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

Shades of Royal Blue #5572EF

Tints of Royal Blue #5572EF

RGB

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

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

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

R = 19.41%
G = 26.03%
B = 54.57%

CMYK

 C value IS 0.64

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5572EF (or 0x5572EF) is known color: Royal Blue. HEX triplet: 55, 72 and EF. RGB value is (85,114,239). Sum of RGB (Red+Green+Blue) = 85+114+239=438 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.41% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 239 (93.75% from 255 or 54.57% from 438); Max value from RGB is 239 - color contains mainly: blue. Hex color #5572EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5572EF is #AA8D10. Grayscale: #777777. Windows color (decimal): -11177233 or 15692373. OLE color: 15692373.

HSL color Cylindrical-coordinate representation of color #5572EF: hue angle of 228.7º 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 #5572EF is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 85 114 239 -
CMYK 0.64 0.52 0 0.06
HSL 228.7º 0.83% 0.64% -
HSV(B) 228.7º 0.64% 0.94% -
XYZ 25.34 20.2 84.22 -
YUV 119.58 195.39 103.34 -
System Red Green Blue C M Y K H S L
Decimal 85 114 239 0.64 0.52 0 0.06 228.7 0.83 0.64
Hex 55 72 EF 40 34 0 6 E5 53 40
Octal 125 162 357 100 64 0 6 345 123 100
Binary 1010101 1110010 11101111 1000000 110100 0 110 11100101 1010011 1000000

Color Harmonies of #5572EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5572EF

Black with #5572EF

Text Example


Text Example

White with #5572EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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