Html Css Color HEX #5572DA Royal Blue

📋 copy color: '#5572DA'

red 85 ◦ green 114 ◦ blue 218

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

Shades of Royal Blue #5572DA

Tints of Royal Blue #5572DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.28%

R = 20.38%
G = 27.34%
B = 52.28%

CMYK

 C value IS 0.61

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5572DA (or 0x5572DA) is known color: Royal Blue. HEX triplet: 55, 72 and DA. RGB value is (85,114,218). Sum of RGB (Red+Green+Blue) = 85+114+218=417 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.38% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 218 (85.55% from 255 or 52.28% from 417); Max value from RGB is 218 - color contains mainly: blue. Hex color #5572DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5572DA is #AA8D25. Grayscale: #747474. Windows color (decimal): -11177254 or 14316117. OLE color: 14316117.

HSL color Cylindrical-coordinate representation of color #5572DA: hue angle of 226.92º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5572DA is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 85 114 218 -
CMYK 0.61 0.48 0 0.15
HSL 226.92º 0.64% 0.59% -
HSV(B) 226.92º 0.61% 0.85% -
XYZ 22.42 19.03 68.82 -
YUV 117.19 184.89 105.04 -
System Red Green Blue C M Y K H S L
Decimal 85 114 218 0.61 0.48 0 0.15 226.92 0.64 0.59
Hex 55 72 DA 3D 30 0 F E3 40 3B
Octal 125 162 332 75 60 0 17 343 100 73
Binary 1010101 1110010 11011010 111101 110000 0 1111 11100011 1000000 111011

Color Harmonies of #5572DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5572DA

Black with #5572DA

Text Example


Text Example

White with #5572DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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