Html Css Color HEX #5572D6 Royal Blue

📋 copy color: '#5572D6'

red 85 ◦ green 114 ◦ blue 214

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

Shades of Royal Blue #5572D6

Tints of Royal Blue #5572D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 51.82%

R = 20.58%
G = 27.6%
B = 51.82%

CMYK

 C value IS 0.60

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5572D6 (or 0x5572D6) is known color: Royal Blue. HEX triplet: 55, 72 and D6. RGB value is (85,114,214). Sum of RGB (Red+Green+Blue) = 85+114+214=413 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.58% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 214 (83.98% from 255 or 51.82% from 413); Max value from RGB is 214 - color contains mainly: blue. Hex color #5572D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5572D6 is #AA8D29. Grayscale: #747474. Windows color (decimal): -11177258 or 14053973. OLE color: 14053973.

HSL color Cylindrical-coordinate representation of color #5572D6: hue angle of 226.51º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5572D6 is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 85 114 214 -
CMYK 0.60 0.47 0 0.16
HSL 226.51º 0.61% 0.59% -
HSV(B) 226.51º 0.6% 0.84% -
XYZ 21.9 18.82 66.1 -
YUV 116.73 182.89 105.37 -
System Red Green Blue C M Y K H S L
Decimal 85 114 214 0.60 0.47 0 0.16 226.51 0.61 0.59
Hex 55 72 D6 3C 2F 0 10 E3 3D 3B
Octal 125 162 326 74 57 0 20 343 75 73
Binary 1010101 1110010 11010110 111100 101111 0 10000 11100011 111101 111011

Color Harmonies of #5572D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5572D6

Black with #5572D6

Text Example


Text Example

White with #5572D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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