#5A74FF

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

Shades of Royal Blue #5A74FF

Tints of Royal Blue #5A74FF

Color information

#5A74FF (or 0x5A74FF) is unknown color: approx Royal Blue. HEX triplet: 5A, 74 and FF. RGB value is (90,116,255). Sum of RGB (Red+Green+Blue) = 90+116+255=461 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.52% from 461); Green value is 116 (45.70% from 255 or 25.16% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #5A74FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A74FF is #A58B00. Grayscale: #7B7B7B. Windows color (decimal): -10849025 or 16741466. OLE color: 16741466.

HSL color Cylindrical-coordinate representation of color #5A74FF: hue angle of 230.55º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5A74FF is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB90116255-
CMYK0.650.5500
HSL230.55º100%67.65%-
HSV(B)230.55º64.71%100%-
XYZ28.5121.8897.33-
YUV124.07201.89103.7-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.52%
GREEN value IS 116 (45.70% from 255) = 25.16%
BLUE value IS 255 (100% from 255) = 55.31%
R=19.52%
G=25.16%
B=55.31%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal901162550.650.5500230.5510067.65
Hex5A74FF413700e76444
Octal1321643771016700347144104
Binary10110101110100111111111000001110111001110011111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A74FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,116,255); }

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

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

 a { background-color: rgb(90,116,255); }

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

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

 span { border-color: rgb(90,116,255); }

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