Html Css Color HEX #5579E0 Royal Blue

📋 copy color: '#5579E0'

red 85 ◦ green 121 ◦ blue 224

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

Shades of Royal Blue #5579E0

Tints of Royal Blue #5579E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 52.09%

R = 19.77%
G = 28.14%
B = 52.09%

CMYK

 C value IS 0.62

 M value IS 0.46

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#5579E0 (or 0x5579E0) is known color: Royal Blue. HEX triplet: 55, 79 and E0. RGB value is (85,121,224). Sum of RGB (Red+Green+Blue) = 85+121+224=430 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.77% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 224 (87.89% from 255 or 52.09% from 430); Max value from RGB is 224 - color contains mainly: blue. Hex color #5579E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5579E0 is #AA861F. Grayscale: #797979. Windows color (decimal): -11175456 or 14711125. OLE color: 14711125.

HSL color Cylindrical-coordinate representation of color #5579E0: hue angle of 224.46º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5579E0 is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 85 121 224 -
CMYK 0.62 0.46 0 0.12
HSL 224.46º 0.69% 0.61% -
HSV(B) 224.46º 0.62% 0.88% -
XYZ 24.04 20.99 73.31 -
YUV 121.98 185.57 101.62 -
System Red Green Blue C M Y K H S L
Decimal 85 121 224 0.62 0.46 0 0.12 224.46 0.69 0.61
Hex 55 79 E0 3E 2E 0 C E0 45 3D
Octal 125 171 340 76 56 0 14 340 105 75
Binary 1010101 1111001 11100000 111110 101110 0 1100 11100000 1000101 111101

Color Harmonies of #5579E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5579E0

Black with #5579E0

Text Example


Text Example

White with #5579E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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