#5574EE

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

Shades of Royal Blue #5574EE

Tints of Royal Blue #5574EE

Color information

#5574EE (or 0x5574EE) is unknown color: approx Royal Blue. HEX triplet: 55, 74 and EE. RGB value is (85,116,238). Sum of RGB (Red+Green+Blue) = 85+116+238=439 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.36% from 439); Green value is 116 (45.70% from 255 or 26.42% from 439); Blue value is 238 (93.36% from 255 or 54.21% from 439); Max value from RGB is 238 - color contains mainly: blue. Hex color #5574EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5574EE is #AA8B11. Grayscale: #787878. Windows color (decimal): -11176722 or 15627349. OLE color: 15627349.

HSL color Cylindrical-coordinate representation of color #5574EE: hue angle of 227.84º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5574EE is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB85116238-
CMYK0.640.5100.07
HSL227.84º81.82%63.33%-
HSV(B)227.84º64.29%93.33%-
XYZ25.4220.683.52-
YUV120.64194.23102.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.36%
GREEN value IS 116 (45.70% from 255) = 26.42%
BLUE value IS 238 (93.36% from 255) = 54.21%
R=19.36%
G=26.42%
B=54.21%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal851162380.640.5100.07227.8481.8263.33
Hex5574EE403307e4523f
Octal125164356100630734412277
Binary101010111101001110111010000001100110111111001001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5574EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5574EE; }

 p { color: rgb(85,116,238); }

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

<style>
 a { background-color: #5574EE; }

 a { background-color: rgb(85,116,238); }

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

<style>
 span { border-color: #5574EE; }

 span { border-color: rgb(85,116,238); }

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