Html Css Color HEX #5579DC Royal Blue

📋 copy color: '#5579DC'

red 85 ◦ green 121 ◦ blue 220

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

Shades of Royal Blue #5579DC

Tints of Royal Blue #5579DC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.4%

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

R = 19.95%
G = 28.4%
B = 51.64%

CMYK

 C value IS 0.61

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5579DC (or 0x5579DC) is known color: Royal Blue. HEX triplet: 55, 79 and DC. RGB value is (85,121,220). Sum of RGB (Red+Green+Blue) = 85+121+220=426 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.95% from 426); Green value is 121 (47.66% from 255 or 28.40% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #5579DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5579DC is #AA8623. Grayscale: #797979. Windows color (decimal): -11175460 or 14448981. OLE color: 14448981.

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

Color convert

RGB 85 121 220 -
CMYK 0.61 0.45 0 0.14
HSL 224º 0.66% 0.6% -
HSV(B) 224º 0.61% 0.86% -
XYZ 23.5 20.77 70.48 -
YUV 121.52 183.57 101.95 -
System Red Green Blue C M Y K H S L
Decimal 85 121 220 0.61 0.45 0 0.14 224 0.66 0.6
Hex 55 79 DC 3D 2D 0 E E0 42 3C
Octal 125 171 334 75 55 0 16 340 102 74
Binary 1010101 1111001 11011100 111101 101101 0 1110 11100000 1000010 111100

Color Harmonies of #5579DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5579DC

Black with #5579DC

Text Example


Text Example

White with #5579DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,121,220); }

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

background-color css

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

 a { background-color: rgb(85,121,220); }

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

border-color css

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

 span { border-color: rgb(85,121,220); }

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