#5371FB

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

Shades of Royal Blue #5371FB

Tints of Royal Blue #5371FB

Color information

#5371FB (or 0x5371FB) is unknown color: approx Royal Blue. HEX triplet: 53, 71 and FB. RGB value is (83,113,251). Sum of RGB (Red+Green+Blue) = 83+113+251=447 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.57% from 447); Green value is 113 (44.53% from 255 or 25.28% from 447); Blue value is 251 (98.44% from 255 or 56.15% from 447); Max value from RGB is 251 - color contains mainly: blue. Hex color #5371FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5371FB is #AC8E04. Grayscale: #777777. Windows color (decimal): -11308549 or 16478547. OLE color: 16478547.

HSL color Cylindrical-coordinate representation of color #5371FB: hue angle of 229.29º 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 #5371FB is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB83113251-
CMYK0.670.5500.02
HSL229.29º95.45%65.49%-
HSV(B)229.29º66.93%98.43%-
XYZ26.8820.6193.83-
YUV119.76202.06101.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.57%
GREEN value IS 113 (44.53% from 255) = 25.28%
BLUE value IS 251 (98.44% from 255) = 56.15%
R=18.57%
G=25.28%
B=56.15%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal831132510.670.5500.02229.2995.4565.49
Hex5371FB433702e55f41
Octal1231613731036702345137101
Binary101001111100011111101110000111101110101110010110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5371FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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