#5371D6

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

Shades of Royal Blue #5371D6

Tints of Royal Blue #5371D6

Color information

#5371D6 (or 0x5371D6) is unknown color: approx Royal Blue. HEX triplet: 53, 71 and D6. RGB value is (83,113,214). Sum of RGB (Red+Green+Blue) = 83+113+214=410 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.24% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 214 (83.98% from 255 or 52.20% from 410); Max value from RGB is 214 - color contains mainly: blue. Hex color #5371D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5371D6 is #AC8E29. Grayscale: #737373. Windows color (decimal): -11308586 or 14053715. OLE color: 14053715.

HSL color Cylindrical-coordinate representation of color #5371D6: hue angle of 226.26º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5371D6 is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB83113214-
CMYK0.610.4700.16
HSL226.26º61.5%58.24%-
HSV(B)226.26º61.21%83.92%-
XYZ21.6118.566.05-
YUV115.54183.56104.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.24%
GREEN value IS 113 (44.53% from 255) = 27.56%
BLUE value IS 214 (83.98% from 255) = 52.20%
R=20.24%
G=27.56%
B=52.20%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal831132140.610.4700.16226.2661.558.24
Hex5371D63D2F010e23e3a
Octal12316132675570203427672
Binary101001111100011101011011110110111101000011100010111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5371D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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