#5774EA

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

Shades of Royal Blue #5774EA

Tints of Royal Blue #5774EA

Color information

#5774EA (or 0x5774EA) is unknown color: approx Royal Blue. HEX triplet: 57, 74 and EA. RGB value is (87,116,234). Sum of RGB (Red+Green+Blue) = 87+116+234=437 (57% of max value = 765). Red value is 87 (34.38% from 255 or 19.91% from 437); Green value is 116 (45.70% from 255 or 26.54% from 437); Blue value is 234 (91.80% from 255 or 53.55% from 437); Max value from RGB is 234 - color contains mainly: blue. Hex color #5774EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5774EA is #A88B15. Grayscale: #787878. Windows color (decimal): -11045654 or 15365207. OLE color: 15365207.

HSL color Cylindrical-coordinate representation of color #5774EA: hue angle of 228.16º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5774EA is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB87116234-
CMYK0.630.5000.08
HSL228.16º77.78%62.94%-
HSV(B)228.16º62.82%91.76%-
XYZ25.0320.4680.47-
YUV120.78191.89103.91-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.91%
GREEN value IS 116 (45.70% from 255) = 26.54%
BLUE value IS 234 (91.80% from 255) = 53.55%
R=19.91%
G=26.54%
B=53.55%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal871162340.630.5000.08228.1677.7862.94
Hex5774EA3F3208e44e3f
Octal127164352776201034411677
Binary101011111101001110101011111111001001000111001001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5774EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,116,234); }

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

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

 a { background-color: rgb(87,116,234); }

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

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

 span { border-color: rgb(87,116,234); }

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