#5A77F0

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

Shades of Royal Blue #5A77F0

Tints of Royal Blue #5A77F0

Color information

#5A77F0 (or 0x5A77F0) is unknown color: approx Royal Blue. HEX triplet: 5A, 77 and F0. RGB value is (90,119,240). Sum of RGB (Red+Green+Blue) = 90+119+240=449 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.04% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 240 (94.14% from 255 or 53.45% from 449); Max value from RGB is 240 - color contains mainly: blue. Hex color #5A77F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A77F0 is #A5880F. Grayscale: #7B7B7B. Windows color (decimal): -10848272 or 15759194. OLE color: 15759194.

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

Color convert

RGB90119240-
CMYK0.620.5000.06
HSL228.4º83.33%64.71%-
HSV(B)228.4º62.5%94.12%-
XYZ26.5421.6685.22-
YUV124.12193.39103.66-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.04%
GREEN value IS 119 (46.88% from 255) = 26.50%
BLUE value IS 240 (94.14% from 255) = 53.45%
R=20.04%
G=26.50%
B=53.45%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal901192400.620.5000.06228.483.3364.71
Hex5A77F03E3206e45341
Octal132167360766206344123101
Binary101101011101111111000011111011001001101110010010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A77F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A77F0; }

 p { color: rgb(90,119,240); }

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

<style>
 a { background-color: #5A77F0; }

 a { background-color: rgb(90,119,240); }

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

<style>
 span { border-color: #5A77F0; }

 span { border-color: rgb(90,119,240); }

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