#5774F7

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

Shades of Royal Blue #5774F7

Tints of Royal Blue #5774F7

Color information

#5774F7 (or 0x5774F7) is unknown color: approx Royal Blue. HEX triplet: 57, 74 and F7. RGB value is (87,116,247). Sum of RGB (Red+Green+Blue) = 87+116+247=450 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.33% from 450); Green value is 116 (45.70% from 255 or 25.78% from 450); Blue value is 247 (96.88% from 255 or 54.89% from 450); Max value from RGB is 247 - color contains mainly: blue. Hex color #5774F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5774F7 is #A88B08. Grayscale: #797979. Windows color (decimal): -11045641 or 16217175. OLE color: 16217175.

HSL color Cylindrical-coordinate representation of color #5774F7: hue angle of 229.12º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5774F7 is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB87116247-
CMYK0.650.5300.03
HSL229.12º90.91%65.49%-
HSV(B)229.12º64.78%96.86%-
XYZ26.9621.2390.67-
YUV122.26198.39102.85-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.33%
GREEN value IS 116 (45.70% from 255) = 25.78%
BLUE value IS 247 (96.88% from 255) = 54.89%
R=19.33%
G=25.78%
B=54.89%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal871162470.650.5300.03229.1290.9165.49
Hex5774F7413503e55b41
Octal1271643671016503345133101
Binary101011111101001111011110000011101010111110010110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5774F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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