#5371D4

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

Shades of Royal Blue #5371D4

Tints of Royal Blue #5371D4

Color information

#5371D4 (or 0x5371D4) is unknown color: approx Royal Blue. HEX triplet: 53, 71 and D4. RGB value is (83,113,212). Sum of RGB (Red+Green+Blue) = 83+113+212=408 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.34% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 212 (83.20% from 255 or 51.96% from 408); Max value from RGB is 212 - color contains mainly: blue. Hex color #5371D4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5371D4 is #AC8E2B. Grayscale: #727272. Windows color (decimal): -11308588 or 13922643. OLE color: 13922643.

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

Color convert

RGB83113212-
CMYK0.610.4700.17
HSL226.05º60%57.84%-
HSV(B)226.05º60.85%83.14%-
XYZ21.3618.464.71-
YUV115.32182.56104.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.34%
GREEN value IS 113 (44.53% from 255) = 27.70%
BLUE value IS 212 (83.20% from 255) = 51.96%
R=20.34%
G=27.70%
B=51.96%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal831132120.610.4700.17226.056057.84
Hex5371D43D2F011e23c3a
Octal12316132475570213427472
Binary101001111100011101010011110110111101000111100010111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5371D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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