#5479d7

Color #5479D7 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #5479D7

Tints of Royal Blue #5479D7

Color information

#5479D7 (or 0x5479D7) is unknown color: approx Royal Blue. HEX triplet: 54, 79 and D7. RGB value is (84,121,215). Sum of RGB (Red+Green+Blue) = 84+121+215=420 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 215 (84.38% from 255 or 51.19% from 420); Max value from RGB is 215 - color contains mainly: blue. Hex color #5479D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5479D7 is #AB8628. Grayscale: #787878. Windows color (decimal): -11241001 or 14121300. OLE color: 14121300.

HSL color Cylindrical-coordinate representation of color #5479D7: hue angle of 223.05º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5479D7 is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB84121215-
CMYK0.610.4400.16
HSL223.05º62.09%58.63%-
HSV(B)223.05º60.93%84.31%-
XYZ22.7620.4767.04-
YUV120.65181.24101.86-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20%
GREEN value IS 121 (47.66% from 255) = 28.81%
BLUE value IS 215 (84.38% from 255) = 51.19%
R=20%
G=28.81%
B=51.19%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal841212150.610.4400.16223.0562.0958.63
Hex5479D73D2C010df3e3b
Octal12417132775540203377673
Binary101010011110011101011111110110110001000011011111111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5479d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5479d7; }

 p { color: rgb(84,121,215); }

 H1.HeaderClassName
 {
   color: #5479d7;
 }
 .AnyTagClassName
 {
   color: #5479d7;
 }
</style>
background-color css

<style>
 a { background-color: #5479d7; }

 a { background-color: rgb(84,121,215); }

 div.DivClassName
 {
   background-color: #5479d7;
 }
 .BgClassName
 {
   background-color: #5479d7;
 }
</style>
border-color css

<style>
 span { border-color: #5479d7; }

 span { border-color: rgb(84,121,215); }

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