#5777EF

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

Shades of Royal Blue #5777EF

Tints of Royal Blue #5777EF

Color information

#5777EF (or 0x5777EF) is unknown color: approx Royal Blue. HEX triplet: 57, 77 and EF. RGB value is (87,119,239). Sum of RGB (Red+Green+Blue) = 87+119+239=445 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.55% from 445); Green value is 119 (46.88% from 255 or 26.74% from 445); Blue value is 239 (93.75% from 255 or 53.71% from 445); Max value from RGB is 239 - color contains mainly: blue. Hex color #5777EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5777EF is #A88810. Grayscale: #7A7A7A. Windows color (decimal): -11044881 or 15693655. OLE color: 15693655.

HSL color Cylindrical-coordinate representation of color #5777EF: hue angle of 227.37º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5777EF is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB87119239-
CMYK0.640.5000.06
HSL227.37º82.61%63.92%-
HSV(B)227.37º63.6%93.73%-
XYZ26.1121.4584.43-
YUV123.11193.4102.24-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.55%
GREEN value IS 119 (46.88% from 255) = 26.74%
BLUE value IS 239 (93.75% from 255) = 53.71%
R=19.55%
G=26.74%
B=53.71%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal871192390.640.5000.06227.3782.6163.92
Hex5777EF403206e35340
Octal1271673571006206343123100
Binary1010111111011111101111100000011001001101110001110100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5777EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5777EF; }

 p { color: rgb(87,119,239); }

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

<style>
 a { background-color: #5777EF; }

 a { background-color: rgb(87,119,239); }

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

<style>
 span { border-color: #5777EF; }

 span { border-color: rgb(87,119,239); }

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