Html Css Color HEX #5773DC Royal Blue

📋 copy color: '#5773DC'

red 87 ◦ green 115 ◦ blue 220

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

Shades of Royal Blue #5773DC

Tints of Royal Blue #5773DC

RGB

 RED value IS 87 (34.38% from 255) = 20.62%

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

 BLUE value IS 220 (86.33% from 255) = 52.13%

R = 20.62%
G = 27.25%
B = 52.13%

CMYK

 C value IS 0.60

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5773DC (or 0x5773DC) is known color: Royal Blue. HEX triplet: 57, 73 and DC. RGB value is (87,115,220). Sum of RGB (Red+Green+Blue) = 87+115+220=422 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.62% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #5773DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5773DC is #A88C23. Grayscale: #767676. Windows color (decimal): -11045924 or 14447447. OLE color: 14447447.

HSL color Cylindrical-coordinate representation of color #5773DC: hue angle of 227.37º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5773DC is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 87 115 220 -
CMYK 0.60 0.48 0 0.14
HSL 227.37º 0.66% 0.6% -
HSV(B) 227.37º 0.6% 0.86% -
XYZ 22.98 19.46 70.25 -
YUV 118.6 185.22 105.46 -
System Red Green Blue C M Y K H S L
Decimal 87 115 220 0.60 0.48 0 0.14 227.37 0.66 0.6
Hex 57 73 DC 3C 30 0 E E3 42 3C
Octal 127 163 334 74 60 0 16 343 102 74
Binary 1010111 1110011 11011100 111100 110000 0 1110 11100011 1000010 111100

Color Harmonies of #5773DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5773DC

Black with #5773DC

Text Example


Text Example

White with #5773DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5773DC; }

 p { color: rgb(87,115,220); }

 H1.HeaderClassName
 {
   color: #5773DC;
 }
 .AnyTagClassName
 {
   color: #5773DC;
 }
</style>

background-color css

<style>
 a { background-color: #5773DC; }

 a { background-color: rgb(87,115,220); }

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

border-color css

<style>
 span { border-color: #5773DC; }

 span { border-color: rgb(87,115,220); }

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