#5A76F2

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

Shades of Royal Blue #5A76F2

Tints of Royal Blue #5A76F2

Color information

#5A76F2 (or 0x5A76F2) is unknown color: approx Royal Blue. HEX triplet: 5A, 76 and F2. RGB value is (90,118,242). Sum of RGB (Red+Green+Blue) = 90+118+242=450 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 242 (94.92% from 255 or 53.78% from 450); Max value from RGB is 242 - color contains mainly: blue. Hex color #5A76F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A76F2 is #A5890D. Grayscale: #7B7B7B. Windows color (decimal): -10848526 or 15890010. OLE color: 15890010.

HSL color Cylindrical-coordinate representation of color #5A76F2: hue angle of 228.95º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5A76F2 is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB90118242-
CMYK0.630.5100.05
HSL228.95º85.39%65.1%-
HSV(B)228.95º62.81%94.9%-
XYZ26.7221.5486.75-
YUV123.76194.72103.92-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20%
GREEN value IS 118 (46.48% from 255) = 26.22%
BLUE value IS 242 (94.92% from 255) = 53.78%
R=20%
G=26.22%
B=53.78%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal901182420.630.5100.05228.9585.3965.1
Hex5A76F23F3305e55541
Octal132166362776305345125101
Binary101101011101101111001011111111001101011110010110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A76F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,118,242); }

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

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

 a { background-color: rgb(90,118,242); }

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

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

 span { border-color: rgb(90,118,242); }

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