Html Css Color HEX #5573EB Royal Blue

📋 copy color: '#5573EB'

red 85 ◦ green 115 ◦ blue 235

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

Shades of Royal Blue #5573EB

Tints of Royal Blue #5573EB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.44%

 BLUE value IS 235 (92.19% from 255) = 54.02%

R = 19.54%
G = 26.44%
B = 54.02%

CMYK

 C value IS 0.64

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5573EB (or 0x5573EB) is known color: Royal Blue. HEX triplet: 55, 73 and EB. RGB value is (85,115,235). Sum of RGB (Red+Green+Blue) = 85+115+235=435 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.54% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 235 (92.19% from 255 or 54.02% from 435); Max value from RGB is 235 - color contains mainly: blue. Hex color #5573EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5573EB is #AA8C14. Grayscale: #777777. Windows color (decimal): -11176981 or 15430485. OLE color: 15430485.

HSL color Cylindrical-coordinate representation of color #5573EB: hue angle of 228º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5573EB is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 85 115 235 -
CMYK 0.64 0.51 0 0.08
HSL 228º 0.79% 0.63% -
HSV(B) 228º 0.64% 0.92% -
XYZ 24.87 20.19 81.18 -
YUV 119.71 193.06 103.24 -
System Red Green Blue C M Y K H S L
Decimal 85 115 235 0.64 0.51 0 0.08 228 0.79 0.63
Hex 55 73 EB 40 33 0 8 E4 4F 3F
Octal 125 163 353 100 63 0 10 344 117 77
Binary 1010101 1110011 11101011 1000000 110011 0 1000 11100100 1001111 111111

Color Harmonies of #5573EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5573EB

Black with #5573EB

Text Example


Text Example

White with #5573EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5573EB; }

 p { color: rgb(85,115,235); }

 H1.HeaderClassName
 {
   color: #5573EB;
 }
 .AnyTagClassName
 {
   color: #5573EB;
 }
</style>

background-color css

<style>
 a { background-color: #5573EB; }

 a { background-color: rgb(85,115,235); }

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

border-color css

<style>
 span { border-color: #5573EB; }

 span { border-color: rgb(85,115,235); }

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