#5B73F7

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

Shades of Royal Blue #5B73F7

Tints of Royal Blue #5B73F7

Color information

#5B73F7 (or 0x5B73F7) is unknown color: approx Royal Blue. HEX triplet: 5B, 73 and F7. RGB value is (91,115,247). Sum of RGB (Red+Green+Blue) = 91+115+247=453 (60% of max value = 765). Red value is 91 (35.94% from 255 or 20.09% from 453); Green value is 115 (45.31% from 255 or 25.39% from 453); Blue value is 247 (96.88% from 255 or 54.53% from 453); Max value from RGB is 247 - color contains mainly: blue. Hex color #5B73F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B73F7 is #A48C08. Grayscale: #7A7A7A. Windows color (decimal): -10783753 or 16216923. OLE color: 16216923.

HSL color Cylindrical-coordinate representation of color #5B73F7: hue angle of 230.77º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5B73F7 is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB91115247-
CMYK0.630.5300.03
HSL230.77º90.7%66.27%-
HSV(B)230.77º63.16%96.86%-
XYZ27.2321.290.65-
YUV122.87198.05105.27-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.09%
GREEN value IS 115 (45.31% from 255) = 25.39%
BLUE value IS 247 (96.88% from 255) = 54.53%
R=20.09%
G=25.39%
B=54.53%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal911152470.630.5300.03230.7790.766.27
Hex5B73F73F3503e75b42
Octal133163367776503347133102
Binary10110111110011111101111111111101010111110011110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B73F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,115,247); }

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

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

 a { background-color: rgb(91,115,247); }

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

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

 span { border-color: rgb(91,115,247); }

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