#5774e7

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

Shades of Royal Blue #5774E7

Tints of Royal Blue #5774E7

Color information

#5774E7 (or 0x5774E7) is unknown color: approx Royal Blue. HEX triplet: 57, 74 and E7. RGB value is (87,116,231). Sum of RGB (Red+Green+Blue) = 87+116+231=434 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.05% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 231 (90.62% from 255 or 53.23% from 434); Max value from RGB is 231 - color contains mainly: blue. Hex color #5774E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5774E7 is #A88B18. Grayscale: #777777. Windows color (decimal): -11045657 or 15168599. OLE color: 15168599.

HSL color Cylindrical-coordinate representation of color #5774E7: hue angle of 227.92º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5774E7 is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB87116231-
CMYK0.620.5000.09
HSL227.92º75%62.35%-
HSV(B)227.92º62.34%90.59%-
XYZ24.620.2978.22-
YUV120.44190.39104.15-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.05%
GREEN value IS 116 (45.70% from 255) = 26.73%
BLUE value IS 231 (90.62% from 255) = 53.23%
R=20.05%
G=26.73%
B=53.23%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal871162310.620.5000.09227.927562.35
Hex5774E73E3209e44b3e
Octal127164347766201134411376
Binary101011111101001110011111111011001001001111001001001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5774e7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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