#5373FB

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

Shades of Royal Blue #5373FB

Tints of Royal Blue #5373FB

Color information

#5373FB (or 0x5373FB) is unknown color: approx Royal Blue. HEX triplet: 53, 73 and FB. RGB value is (83,115,251). Sum of RGB (Red+Green+Blue) = 83+115+251=449 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.49% from 449); Green value is 115 (45.31% from 255 or 25.61% from 449); Blue value is 251 (98.44% from 255 or 55.90% from 449); Max value from RGB is 251 - color contains mainly: blue. Hex color #5373FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5373FB is #AC8C04. Grayscale: #787878. Windows color (decimal): -11308037 or 16479059. OLE color: 16479059.

HSL color Cylindrical-coordinate representation of color #5373FB: hue angle of 228.57º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5373FB is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB83115251-
CMYK0.670.5400.02
HSL228.57º95.45%65.49%-
HSV(B)228.57º66.93%98.43%-
XYZ27.1121.0793.9-
YUV120.94201.4100.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.49%
GREEN value IS 115 (45.31% from 255) = 25.61%
BLUE value IS 251 (98.44% from 255) = 55.90%
R=18.49%
G=25.61%
B=55.90%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal831152510.670.5400.02228.5795.4565.49
Hex5373FB433602e55f41
Octal1231633731036602345137101
Binary101001111100111111101110000111101100101110010110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5373FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5373FB; }

 p { color: rgb(83,115,251); }

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

<style>
 a { background-color: #5373FB; }

 a { background-color: rgb(83,115,251); }

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

<style>
 span { border-color: #5373FB; }

 span { border-color: rgb(83,115,251); }

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