#5A79EB

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

Shades of Royal Blue #5A79EB

Tints of Royal Blue #5A79EB

Color information

#5A79EB (or 0x5A79EB) is unknown color: approx Royal Blue. HEX triplet: 5A, 79 and EB. RGB value is (90,121,235). Sum of RGB (Red+Green+Blue) = 90+121+235=446 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.18% from 446); Green value is 121 (47.66% from 255 or 27.13% from 446); Blue value is 235 (92.19% from 255 or 52.69% from 446); Max value from RGB is 235 - color contains mainly: blue. Hex color #5A79EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A79EB is #A58614. Grayscale: #7C7C7C. Windows color (decimal): -10847765 or 15432026. OLE color: 15432026.

HSL color Cylindrical-coordinate representation of color #5A79EB: hue angle of 227.17º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A79EB is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB90121235-
CMYK0.620.4900.08
HSL227.17º78.38%63.73%-
HSV(B)227.17º61.7%92.16%-
XYZ26.0521.8581.44-
YUV124.73190.23103.23-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.18%
GREEN value IS 121 (47.66% from 255) = 27.13%
BLUE value IS 235 (92.19% from 255) = 52.69%
R=20.18%
G=27.13%
B=52.69%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal901212350.620.4900.08227.1778.3863.73
Hex5A79EB3E3108e34e40
Octal1321713537661010343116100
Binary1011010111100111101011111110110001010001110001110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A79EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,121,235); }

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

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

 a { background-color: rgb(90,121,235); }

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

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

 span { border-color: rgb(90,121,235); }

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