Html Css Color HEX #5579EA Royal Blue

📋 copy color: '#5579EA'

red 85 ◦ green 121 ◦ blue 234

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

Shades of Royal Blue #5579EA

Tints of Royal Blue #5579EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 53.18%

R = 19.32%
G = 27.5%
B = 53.18%

CMYK

 C value IS 0.64

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5579EA (or 0x5579EA) is known color: Royal Blue. HEX triplet: 55, 79 and EA. RGB value is (85,121,234). Sum of RGB (Red+Green+Blue) = 85+121+234=440 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.32% from 440); Green value is 121 (47.66% from 255 or 27.5% from 440); Blue value is 234 (91.80% from 255 or 53.18% from 440); Max value from RGB is 234 - color contains mainly: blue. Hex color #5579EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5579EA is #AA8615. Grayscale: #7A7A7A. Windows color (decimal): -11175446 or 15366485. OLE color: 15366485.

HSL color Cylindrical-coordinate representation of color #5579EA: hue angle of 225.5º degrees, saturation: 0.78, 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 #5579EA is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 85 121 234 -
CMYK 0.64 0.48 0 0.08
HSL 225.5º 0.78% 0.63% -
HSV(B) 225.5º 0.64% 0.92% -
XYZ 25.43 21.55 80.66 -
YUV 123.12 190.57 100.81 -
System Red Green Blue C M Y K H S L
Decimal 85 121 234 0.64 0.48 0 0.08 225.5 0.78 0.63
Hex 55 79 EA 40 30 0 8 E2 4E 3F
Octal 125 171 352 100 60 0 10 342 116 77
Binary 1010101 1111001 11101010 1000000 110000 0 1000 11100010 1001110 111111

Color Harmonies of #5579EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5579EA

Black with #5579EA

Text Example


Text Example

White with #5579EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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